Tuesday, March 17, 2009

HTTP Handler Issues ASP.Net

When the HttpHandlers are added to make the application to get handling by a page engine (e.g. redirection of handlers to default.aspx), we should use the UrlMappings to avoid the issue. Generally URL mappings are used for user friendly URLs for the content driven or dynamic pages (e.g. querystrng controled pages).

The pages http request are redirected by using httpHandlers as given below



To avoid particular page doing redirection to the page engine (above given name space and class) we should use url handlers as given below





As mentioned above page name or folder names whichever supposed to be exluded should be replaced with ""

No comments:

Post a Comment