I have a class A which implement IHttpHandler. A has a method
ProcessRequest which handler the request. when user navigates directly to a file without extension using a browser,
ProcessRequest has been excuted. but when user use URL with file extension, the ProcessRequest method never been
excuted.
Thanks,
Go to the complete details ...