M
Max
I have my HTTPModule or HTTPHandler registered to process all file types
(*).
I have IIS configured to pass all requests to ASP.NET for this virtual
directory.
In some cases depending on the request parameters I may decide that I need
to yield this request and I want it to be processed as if my handler was not
installed there and is if ASP.NET was configured to process only *.aspx
files.
Is there a relatively simple way to implement this?
Am I asking in the correct newsgroup?
I have not seen HTTPModule and HTTPHandler related questions and have not
find more apropriate group.
Thanks.
(*).
I have IIS configured to pass all requests to ASP.NET for this virtual
directory.
In some cases depending on the request parameters I may decide that I need
to yield this request and I want it to be processed as if my handler was not
installed there and is if ASP.NET was configured to process only *.aspx
files.
Is there a relatively simple way to implement this?
Am I asking in the correct newsgroup?
I have not seen HTTPModule and HTTPHandler related questions and have not
find more apropriate group.
Thanks.