HttpModule Information required
Messages   Related Types
This message was discovered on ASPFriends.com 'aspnghttphandlers' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Ramya Parthasarathy (VIP)
-- This message, which was originally sent to "aspngbeta", has been moved to "aspnghttphandlers" mailing list by the List Master --

I am trying to learn more about HttpModules. Can someone point me to
articles/tutorials.

Ramya

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

Reply to this message...
 
    
Mitch Denny (VIP)
Ramya,

The best starting point is the Microsoft .NET Framework
SDK Reference Documentation. Under the Framework Reference
under the System.Web namespace, look at the IHttpModule
interface.

In your object that implements the IHttpModule interface,
you define the Init(...) method to attach event handlers
to the HttpApplication context that is passed as the
parameter.

Basically, this lets you listen in on what is happening
on each and every request and change things along the
way. Hope this helps.

----------------------------------------
- Mitch Denny
- http://www.warbyte.com
- Click here to reveal e-mail address
- +61 (414) 610-141
-

[Original message clipped]

Reply to this message...
 
 
System.Web.HttpApplication
System.Web.IHttpModule




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com