How to create custom synchronous HTTPHandler ?

Steps to create custom synchronous HTTP Handler :

  1. Implement IHttpHandler interface
  2. Implement ProcessRequest mehtod and IsReusable property
  3. Register handler in Web.config
  4. Add file name extension mapping to ASP.NET in IIS

No comments:

Popular Posts