M
Michael Schwarz
Hi,
I have a own HttpHandler running and configured like this in my web.config:
<add verb="*" path="subfolder/*.ashx" type="Class,Assembly"/>
Now, when turning cookieless Sessions on my HttpHandler is not working,
instead my second HttpHandler is invoked, which is configured for *.ashx
files.
How can I get the first one running if cookieless Sessions are enabled?
Regards,
Michael
I have a own HttpHandler running and configured like this in my web.config:
<add verb="*" path="subfolder/*.ashx" type="Class,Assembly"/>
Now, when turning cookieless Sessions on my HttpHandler is not working,
instead my second HttpHandler is invoked, which is configured for *.ashx
files.
How can I get the first one running if cookieless Sessions are enabled?
Regards,
Michael