Problem using custom HttpHandler to process requests for both .aspx and non-extension pages in IIS7?

The 2nd configuration will cause *. Aspx get handled by StaticFileHandler because the files do exist so they meet the criteria for the handler. However, the handler is configured not to serve these files and produces a 404 message instead A better solution would be to use an HttpModule implementation such as URL Rewrite Module to rewrite virtual paths to pages or handlers.

The 2nd configuration will cause *. Aspx get handled by StaticFileHandler because the files do exist so they meet the criteria for the handler. However, the handler is configured not to serve these files and produces a 404 message instead.

A better solution would be to use an HttpModule implementation such as URL Rewrite Module to rewrite virtual paths to pages or handlers.

I am trying to process both ". Aspx" and non-extension page requests (i.e. Aspx and /contact/) using a custom HttpHandler in IIS7.

My handler works just fine in either one case or the other, but as soon as I try to process both cases, it only works for one. Please see Handlers snippet from my web. If I keep only mapping to "*.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions