IIS7 authentication
Posted
by Kev
on Server Fault
See other posts from Server Fault
or by Kev
Published on 2010-03-24T02:05:55Z
Indexed on
2010/03/24
2:13 UTC
Read the original article
Hit count: 544
To give our user's the ability to protect content on their IIS6 sites we used a tool called IISPassword which emulates .htaccess
to provide Basic authentication.
There isn't support for IISPassword on IIS7 at the moment. Is there an equivalent mechanism I can use built into IIS7 instead?
I'm well aware of ASP.NET Forms Authentication, but I need a way for users deploying non-ASP.NET content (such as PHP, Perl, images etc) to be able to use Basic authentication but not have to write code to achieve this.
Is this possible?
© Server Fault or respective owner