Skip to content

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

License

Notifications You must be signed in to change notification settings

dazbradbury/Premotion-AspNet-AppHarbor-Integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%