Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

password for sites

Status
Not open for further replies.

vkodancha

Programmer
Apr 2, 2001
3
US

I am new to IIS
by using iis can i make it ask password for the site requested..?




 
This requires that user accounts be created for each user and that you use groups to lessen the administrative burden of maintaining these accounts. Anonymous users only need the Log On Locally right and read permission to appropriate folders. Protected areas require a username and password which are checked against the accounts database either on the local standalone machine or on the PDC if a member of a domain. In a domain situation these accounts are domain accounts = domain\username You see this if you use OWA in exchange which is just an *.ASP page on IIS. Set the Directory security to NT Challenge/Response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top