I have created a rather simple class that inherits from IHttpModule, what it does so far is simply to update an entry in a db, which it does under the init method
Under umbracos web config in httpModules I have registered the class as follows:
<add name="DbEntry" type="MyWorkspace.DbEntry"/>
Now for the problem, this module doesn't seem to start when I enter my umbraco domain, are there some essentiel steps I need to apply?
htpmodules and umbraco
Greetings
I have created a rather simple class that inherits from IHttpModule, what it does so far is simply to update an entry in a db, which it does under the init method
Under umbracos web config in httpModules I have registered the class as follows:
<add name="DbEntry" type="MyWorkspace.DbEntry"/>
Now for the problem, this module doesn't seem to start when I enter my umbraco domain, are there some essentiel steps I need to apply?
With kind regards
Christoffer
If you are running Server 2008, you'll need to add it in the <system.webServer> section as well.
Ty Stephan
That solved it completely
Have a nice weekend ;)
Regards
Christoffer Andersen
is working on a reply...