locked
Using httpModules RRS feed

  • Question

  • Our solution for SharePoint 2007 include WebConfigModification that add httpModule to web.config of all SharePoint web applications. HttpModule used for collecting information about http-requests.

    I've tried to do the same for SharePoint 2010 (web.config was modified directly - without WebConfigModification). My implementation of IHttpModule, added by web.config is not loaded.

    Can I use httpModules in SharePoint 2010 or modules was blocked?
    Should I make additional actions to register my module, for example, add my assembly to some safe list?
    Friday, November 27, 2009 2:26 PM

Answers

  • Thanks for reply!

    I've fixed my problem. I moved the line with module definition from section <httpModules> to section <modules> and add attribute preCondition="integratedMode".
    Monday, November 30, 2009 9:43 AM

All replies