Creating an HttpHandler to handle request of your own extension(jalpesh.blogspot.com)
submitted by
jalpesh(1347) 1 year, 4 months ago
I have already posted about http handler in details before some time here. Now let’s create an http handler which will handle my custom extension. For that we need to create a http handlers class which will implement Ihttphandler. As we are implementing IHttpHandler we need to implement one method called process request and another one is isReusable property. The process request function will handle all the request of my custom extension.
so Here is the code for my http handler class.using System;
usin...
|category: ASP.NET
|Views: 14
tags:
ASP.NET another
Everyones tags:
Your Tags: