Search Results

0
votes

How do I pre-empt IIS StaticFileHandler with my own HttpHandler

I've stumpled on this as well. My mistake was that I registed the handler under system.web instead of system.webserver. …