S
Sean
Hi all,
Is it possible to use a custom HttpHandler to handler request that does not
provide a specified page?
e.g. http://www.aaa.com/there/is/no/such/document
I tried to handle this request using a custom HttpModule, but IIS directs
the request to an error page(404 file not found) before delegating to
ASP.NET.
Regards
Sean
Is it possible to use a custom HttpHandler to handler request that does not
provide a specified page?
e.g. http://www.aaa.com/there/is/no/such/document
I tried to handle this request using a custom HttpModule, but IIS directs
the request to an error page(404 file not found) before delegating to
ASP.NET.
Regards
Sean