Search code examples
deploymentinstallationhttpmodule

HttpModule Deployment aka HttpModule Installer


I have been working on a project which partially consists of a HttpModule. I would like to make setup of this HttpModule as simple as possible for admins. Thus, I am seeking any opinion or suggestion of technology/method as to the easiest method of deployment for this HttpModule.

If viewing the code is helpful, it can be found here: http://code.google.com/p/opendms-dot-net/source/browse/#svn%2Ftrunk%2FHttpModule


Solution

  • If your module is supposed to integrate with an existing web application, the simplest thing would probably be to just distribute the assembly and an example web.config, in a zip file. If your project is supposed to be installed as a stand-alone web application, you could create a "Web Setup Project".