IIS7 - Basic Authentication Module missing?
Posted
by FlySwat
on Server Fault
See other posts from Server Fault
or by FlySwat
Published on 2009-06-22T02:47:28Z
Indexed on
2010/05/14
22:04 UTC
Read the original article
Hit count: 293
iis7
I'd like to use basic HTTP authentication to keep people out of our dev site instance since it is unfortantly exposed to the wild internet.
However, in IIS7, the only authentication modes listed are Forms, Anonymous and Impersonation.
Where did the "Basic Authentication" module go, and how can I get it back?
© Server Fault or respective owner