IIS 7 Open Site to Enter Username Password How to Solve

  

HTTP Error 500.19 - Internal Server Error

Win7 IIS7 Configuration Error Unable to read configuration file due to insufficient permissions < Br>

2. HTTP Error 401.3 - Unauthorized You are not authorized to view this directory or page due to the access control list (ACL) configuration or encryption settings for this resource on the web server. Solution:

Network information says adding IIS_IUSRS user rights to the folder can solve the problem, but I can't.

The final solution is to just add the Authenticated Users user read permission.

1. Right click on the site -> directory security -> edit anonymous access and integrate windows authentication check, if not solved

2, IUSR_xxx generally only Internet guest account Go to Computer Management -> Local Users and Groups -> User -> is disabled. Open the user.

3. Local Security Settings -> User Rights Assignment -> Access this computer from the network -> See if IUSR_xxx is included. Should contain

4, if it still does not work, it is possible that the directory security -> edit -> anonymous access, user name and password may be wrong, should go to Computer Management -> Local Users and Groups - > The user forcibly modifies the IUSR_xxx password and re-selects the password once in IIS. 5, this should be fine.


Solution 2

Open iis, right-click on the site----Properties----Directory Security----Edit----Allow anonymous access Check


IIS connection 127.0.0.1 to enter the user name and password solution There are many reasons, please try the following:

1, check the website properties —— Documentation See if the default document is enabled: index.asp index.htm index.html (preferably all, there is no to add)

2. View website properties —— home directory A, local path Whether to specify the correct B, whether to check & ldquo; script resource access & rdquo;? C. Check if “read”? D. Execute permission: pure script

3. View website attribute —— directory security ——edit A. Check if “Anonymous access” is selected. B. Username: IUSR_ your computer name (not right, click to browse) C, password does not need to be changed, check "Allow IIS to control password", you can D, other do not choose

4 View website properties —— Website A, IP address: All unassigned or select a B, TCP port: 80 (prefer not to change, change access method is not one)

5, open control Panel ——management tools——computer management——local users and groups——users

A, see “IUSR_your computer name”Do you have this user? Start, must be started (Note: there is red & times; means no start)

B, look "IWAM_ your computer name"; this user has not started, must be started (Note: there are red × means no startup)

C, in the "IWAM_your computer name", right click on the user —— set the password (the password should be remembered, you need to use the password later)

6, open the control panel & mdash; & mdash; management tools & mdash; & mdash; components ——Component服务——Computer——My Computer——COM+Application

A, right click on IIS Out-Of-Process Pooled Applications” ‘Properties’——Select ‘Identification’, specify user: IWAM_ your computer name (description: you can click Browse); enter the password, the password for the password above. Start the service again and it will move after startup.

B. Right click on “IIS In-Process Applications” select ‘property’——select ‘security’, ‘enable authentication & rsquo;check out

C. Right click on “IIS Utilities” select ‘property’——select ‘security’, ‘enable authentication & rsquo;check it out.

Copyright © Windows knowledge All Rights Reserved