Accedi con Microsoft
Accedi o crea un account.
Salve,
Seleziona un altro account.
Hai più account
Scegli l'account con cui vuoi accedere.
Inglese
Siamo spiacenti. Questo articolo non è disponibile nella tua lingua.

We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

http://www.microsoft.com/technet/security/prodtech/IIS.mspxFor more information about IIS 7.0, visit the following Microsoft Web site:

http://www.iis.net/default.aspx?tabid=1

This article applies to Windows 2000. Support for Windows 2000 ends on July 13, 2010. The Windows 2000 End-of-Support Solution Center is a starting point for planning your migration strategy from Windows 2000. For more information see the Microsoft Support Lifecycle Policy.

Summary

This step-by-step article describes how to configure authentication for Web-based requests in Microsoft Internet Information Services (IIS) 5.0.

How Web authentication works

Web authentication is a communication between the Web browser and the Web server that involves a small number of Hyper Text Transfer Protocol (HTTP) headers and error messages.

The flow of communication is:

  1. The Web browser makes a request, such as HTTP-GET.

  2. The Web server performs an authentication check. If this is not successful because authentication is required, the server sends back an error message that is similar to the following one:

    You are not authorized to view this page

    You do not have permission to view this directory or page using the credentials you supplied.

    Information is included in this message that the Web browser can use to resubmit the request as an authenticated request.

  3. The Web browser uses the server's response to construct a new request that contains authentication information.

  4. The Web server performs an authentication check. If the check is successful, the Web server sends the data that was initially requested back to the Web browser.

Authentication methods

NOTE: With some of the following authentication methods, you need to use drives that you have formatted with the NTFS file system because NTFS-formatted drives maintain the highest level of security.

IIS supports the five following Web authentication methods:

Anonymous authentication

IIS creates the IUSR_computername account (where computername is the name of the computer) to authenticate anonymous users when they request Web content. This account gives the user the right to log on locally. You can reset anonymous user access to use any valid Windows account.

NOTE: You can set up different anonymous accounts for different Web sites, virtual directories or physical directories, and files.

If the Windows 2000-based computer is a stand-alone server, the IUSR_computername account is on the local server. If the server is a domain controller, the IUSR_computername account is defined for the domain.

Basic authentication

Use basic authentication to restrict access to files on an NTFS-formatted Web server. With basic authentication, the user must enter credentials and access is based on the user ID.

To use basic authentication, grant each user the right to log on locally and to make administration easier, add them to a group that has access to the necessary files.

NOTE: Because user credentials are encoded with Base64 encoding but they are not encrypted when they are transmitted over the network, basic authentication is considered an insecure form of authentication.

Integrated Windows authentication

Integrated Windows authentication is more secure than basic authentication and it functions well in an Intranet environment where users have Windows domain accounts. In integrated Windows authentication, the browser attempts to use the current user's credentials from a domain logon and if this fails, the user is prompted to enter a user name and password. If you use integrated Windows authentication, the user's password is not transmitted to the server. If the user has logged on to the local computer as a domain user, the user does not have to authenticate again when the user accesses a network computer in that domain.

NOTE: You cannot use integrated Windows authentication through a proxy server.

Digest authentication

Digest authentication addresses many of the weaknesses of basic authentication. The password is not sent in clear text when you use digest authentication. In addition, you can use digest authentication through a proxy server. Digest authentication uses a challenge/response mechanism (which integrated Windows authentication uses) where the password is sent in an encrypted format. To use digest authentication:

  • The Windows 2000-based server must be in a domain.

  • You must install the IISSuba.dll file on the domain controller. This file is copied automatically during Windows 2000 Server Setup.

  • You must configure all user accounts with the Store password using reversible encryption account option enabled. Enabling this account option requires that the password be reset or re-entered.

NOTE: You have to use Microsoft Internet Explorer 5.0 or later as your Web browser if you are using digest authentication.

Client certificate mapping

Client certificate mapping is a method where a "mapping" is created between a certificate and a user account. In this model, a user presents a certificate and the system looks at the mapping to determine which user account should be logged on. You can map a certificate to a Windows user account in one of two ways:

  • By using Active Directory.

    -or-

  • By using rules that are defined in IIS.

For additional information about how to map client certificates to user accounts, search for Client Certificate Mapping in the IIS documentation. If you have IIS installed, you can view the IIS documentation by typing the following URL in the Address bar of your Web browser where localhost is the name of the local host:

http://localhost/iisHelp/iis/misc/default.aspFor more information about how to use certificates, click the following article number to view the article in the Microsoft Knowledge Base:

290625 How to configure SSL in a Windows 2000 IIS 5 test environment using Certificate Server 2.0

You can configure each authentication method to control access to the following items on the IIS server:

  • All Web content that is hosted on the IIS server.

  • Individual Web sites that are hosted on the IIS server.

  • Individual virtual directories or physical directories that are in a Web site.

  • Individual pages or files that are in a Web site.

How to configure IIS Web site authentication

  1. Use an administrative account to log on to the Web server computer.

  2. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.

    The Internet Information Services snap-in starts.

  3. In the console tree, click * computer name where computer name is the name of the computer.

  4. Right-click one of the following items, and then click Properties:

    • To configure authentication for all Web content that is hosted on the IIS server, right-click * computer name.

    • To configure authentication for an individual Web site, right-click the Web site that you want.

    • To configure authentication for a virtual directory or a physical directory in a Web site, click the Web site that you want, and then right-click the directory that you want, such as _vti_pvt.

    • To configure authentication for an individual page or file in a Web site, click the Web site that you want, click the folder that contains the file or the page that you want, and then right-click the file or the page that you want.

  5. On the Item Name Properties dialog box where Item Name is the name of the item that you selected, click the Directory Security tab.

    NOTE: If the selected item is an individual file, click the File Security tab.

  6. Under Anonymous access and authentication control, click Edit.

  7. Click to select the Anonymous access check box to turn on anonymous access. To turn off anonymous access, click to clear this check box.

    NOTE: If you turn off anonymous access, you need to configure some form of authenticated access.

    1. To change the account that is used for anonymous access to this resource, click Edit next to Account used for anonymous access.

    2. In the Anonymous User Account dialog box, click the user account that you want to use for anonymous access.

    3. Click to clear the Allow IIS to control password check box if you want to use the Windows LogonUser() API for user authentication.

      NOTE: By turning this password control option off, this forces IIS to use normal authentication and to log the account on locally. You should turn this option off if users experience difficulty accessing resources such as files or Microsoft Access databases on a network computer.

    4. Click OK.

  8. Under Authenticated access, click to select the Basic authentication (password is sent in clear text) check box to turn on basic authentication. When you receive the following message, click Yes:

    The authentication option you have selected results in passwords being transmitted over the network without data encryption. Someone attempting to compromise your system security could use a protocol analyzer to examine user passwords during the authentication process. For more detail on user authentication, consult the online help. This warning does not apply to HTTPS (or SSL) connections.

    Are you sure you want to continue?

    1. To select a domain with which to authenticate users that are using basic authentication, click Edit next to Select a default domain.

    2. Type the domain that you want in the Domain Name box, and then click OK.

      Note If you are concerned about security on your intranet because Basic Authentication transmits user name and password information in clear text, you can use Basic authentication together with Secure Sockets Layer (SSL).

  9. Click to select the Digest authentication for Windows domain servers check box to use digest authentication. When you receive the following message, click Yes:

    Digest authentication works with Windows 2000 domain accounts only and requires the accounts to store passwords as encrypted clear text.

    Are you sure you wish to continue?
    NOTE: You must configure user accounts with the Store password using reversible encryption account option turned on.

  10. Click to select the Integrated Windows authentication check box to use integrated Windows authentication.

    NOTE: This authentication method was formerly known as Microsoft Windows NT Challenge/Response or NT LAN Manager (NTLM).

  11. Click OK, and then in the Item Name Properties dialog box, click OK. If the Inheritance Overrides dialog box opens:

    1. Click Select All to apply the new authentication settings to all of the files or the folders that are within the item that you changed.

    2. Click OK.

  12. Quit Internet Information Services.

References

For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

297954 How to troubleshoot the Web Server in Windows 2000

299970 How to use NTFS permissions to protect a Web Page running on IIS 4.0 or 5

216705 How to set permissions on a FrontPage Web on IIS

222028 Setting Up Digest Authentication for Use with Internet Information Services 5.0

Serve aiuto?

Vuoi altre opzioni?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Queste informazioni sono risultate utili?

Cosa ha influito sulla tua esperienza?
Premendo Inviare, il tuo feedback verrà usato per migliorare i prodotti e i servizi Microsoft. L'amministratore IT potrà raccogliere questi dati. Informativa sulla privacy.

Grazie per il feedback!

×