I\'m trying to create a HTTP handler to handle all requests to a folder but I only want it to fire if the files requested don\'t exist (EG: Request comes in for file X, if X exi
If you would prefer to not create an HttpModule, I can think of two hacks:
Jacob