Custom HTTP Module Not Initializing

Posted by Community Admin on 04-Aug-2018 06:46

Custom HTTP Module Not Initializing

All Replies

Posted by Community Admin on 08-Dec-2011 00:00

I was testing SharpBrake but the custom HttpModule would not initalize for my site even when I created a copy in the AppCode directory. I definitely registered the module in the HttpModules section of the web.config following the directions in the link below (which I will probably need to use for my CustomMembershipProvider as well). Do I possibly need to register the HttpModule anywhere else? Any direction you can provide is appreciated.

http://www.sitefinity.com/devnet/kb/sitefinity-3-x/how-to-restrict-public-user-access-to-a-page.aspx

Posted by Community Admin on 08-Dec-2011 00:00

Sorry. It's late. I see the post I reference was for SF 3. Can I use a custom HttpModule in 4?

Posted by Community Admin on 12-Dec-2011 00:00

Hello Joseph,

You can use custom http modules in Sitefinity 4, however you should register the custom module properly, depending on your IIS configuration. Please review the following article:

msdn.microsoft.com/.../ms227673.aspx

Some sample settings can be found at the bottom of the article.

Please note that all http modules are processed in the order they are listed.

Regards,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed