Problem Regarding IHttpHandlerFactory interfaces
What is IHttpHandler and IHttpHandlerFactory Interfaces?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Oct 4, 2011, 11:51 AM
You need to implement its only method ProcessRequest(). See the example below:
This is an HttpHandler Test.
");Your Browser:
");");
Similarly, The factory class to manage the custom handler have to implement IHttpHandlerFactory contract interface.
For more details visit http://msdn.microsoft.com/en-us/library/system.web.ihttphandlerfactory.aspx