dazbradbury / Premotion-AspNet-AppHarbor-Integration

Provides seamless integration with AppHarbor by undoing some of the AppHarbor specific behavior.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Premotion AspNet AppHarbor Integration

This module modifies the native System.Web.HttpContext to make ASP.NET agnostic of the AppHarbor load balancing setup. You no longer need to worry about port numbers, secure connections and eaten remote IP addresses.

This library fixes the following issues for you automagically:

Configuration

To set up the module properly add the following module to your web.config:

<system.webServer>
	<modules>
		<remove name="AspNetAppHarborIntegration" />
		<add name="AspNetAppHarborIntegration" type="Premotion.AspNet.AppHarbor.Integration.AppHarborModule, Premotion.AspNet.AppHarbor.Integration" />
	</modules>
</system.webServer>

Please note that this might already be done automagically when you installed the library from NuGet.

Contributors

All help is welcome!

Copyright

Copyright © 2012 Premotion Software Solutions and contributors.

License

Premotion AspNet AppHarbor Integration is licensed under MIT. Refer to license.txt for more information.

Download

You can download the compiled binary from NuGet: http://nuget.org/packages/Premotion.AspNet.AppHarbor.Integration

About

Provides seamless integration with AppHarbor by undoing some of the AppHarbor specific behavior.

License:MIT License


Languages

Language:C# 100.0%