How to not have .axd files authenticate in IIS7
Posted
by AndyV
on Stack Overflow
See other posts from Stack Overflow
or by AndyV
Published on 2010-05-21T22:16:05Z
Indexed on
2010/05/21
22:20 UTC
Read the original article
Hit count: 245
We recently moved from IIS6 to IIS7 and we're experiencing some issues. The nastiest seems to be that .axd files being handled differently in IIS7. They're run through the pipeline for the authentication and authorization modules as well as the global.asax events. This causes problems for a variety of reason (specific to our code) that won't go into.
How can we just exclude .axd files from all this like they were in IIS6? Thanks.
Note: We're still in 32bit Classic pipeline mode.
© Stack Overflow or respective owner