Re: Multiple http modules
- From: Brock Allen <ballen@xxxxxxxxxxxxxxxxx>
- Date: Thu, 31 Mar 2005 08:03:08 -0800
Yes, you can have many HttpModules, and in fact you probabaly already do. Check out <httpModules> in machine.config. As far as implementing one, look at the IHttpModule interface:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebIHttpModuleClassTopic.asp
Here's a MSDN piece that George wrote. It shows some of the details:
http://msdn.microsoft.com/msdnmag/issues/02/05/asp/
-Brock DevelopMentor http://staff.develop.com/ballen
Can we have multiple http modules for a web application like one for url rewriting and the other for authentication ? If possible, how can it be implemented ? Any ideas are appreciated Thanks Ramesh
.
- References:
- Multiple http modules
- From: Ramesh
- Multiple http modules
- Prev by Date: Re: Double hop reloaded
- Next by Date: Re: Good Reasons to port asp.NET VB.NET app to C#
- Previous by thread: Multiple http modules
- Next by thread: deployment/publishing of aspnet apps...
- Index(es):