Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christoffer Andersen 23 posts 53 karma points
    Mar 05, 2010 @ 10:33
    Christoffer Andersen
    0

    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

  • Stephan Lonntorp 195 posts 212 karma points
    Mar 05, 2010 @ 10:59
    Stephan Lonntorp
    1

    If you are running Server 2008, you'll need to add it in the <system.webServer> section as well.

  • Christoffer Andersen 23 posts 53 karma points
    Mar 05, 2010 @ 11:06
    Christoffer Andersen
    0

    Ty Stephan

     

    That solved it completely

     

    Have a nice weekend ;)

     

    Regards

    Christoffer Andersen

Please Sign in or register to post replies

Write your reply to:

Draft