How to create Custom HTTP module ?

The steps to create custom HTTP module are :

 
  1. Implement IHttpModule Interface
  2. Handle Init Method and register events one needs
  3. Handle the events
  4. Implement Dispose if one has to perform cleanup . This is optional
  5. Register module in Web.config

No comments:

Popular Posts