Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16400 Points
3173 Posts
May 01, 2012 05:37 AM|LINK
An httpHandler would process all requests for resources which it is configured against.
So for ex. it would process all requests to the resources in a particular folder
<httpHandlers > <add verb="*" path="users/*.aspx" type="MyHandler.UrlHandler,MyHandler" /> </httpHandlers>
nijhawan.sau...
All-Star
16400 Points
3173 Posts
Re: How to make many request from single httphandler in asp.net
May 01, 2012 05:37 AM|LINK
An httpHandler would process all requests for resources which it is configured against.
So for ex. it would process all requests to the resources in a particular folder