With IIS, how do I turn off authentication on WebResource.axd and other httpHandler "files"?
Posted
by Scott Stafford
on Stack Overflow
See other posts from Stack Overflow
or by Scott Stafford
Published on 2010-05-19T19:56:42Z
Indexed on
2010/05/19
20:00 UTC
Read the original article
Hit count: 389
I have an IIS 6 server hosting a website that is authenticated with NTLM. I would like to turn on anonymous access to most resources, such as css, icons, and javascript. I noticed, using Fiddler, that an NTLM handshake is occuring for all resources pulled from WebResource.axd and other HTTP handlers I am using. How do I turn authentication off on a file that doesn't really exist?
© Stack Overflow or respective owner