To work around this problem, use one of the following methods.
Method 1
Set the 401.1 error message to default, rather than the HTML file that is included with IIS 5.0. To do this, follow these steps:
- Open the Internet Service Manager on the Web server.
- Right-click your Web site.
- Click Properties.
- Click the Custom Errors tab.
- Click to select the 401.1 error message.
- Click Edit Properties.
- In the message type list, select Default, rather than File.
- Click OK twice.
Method 2
Configure the Web site to use Basic authentication.
Note Basic authentication sends user names and passwords over the network in clear text. This presents a significant security risk. Basic authentication should be used only together with SSL because SSL can encrypt the information that is being sent over the network.
To configure the Web site to use Basic authentication, follow these steps:
- Open the Internet Service Manager on the Web server.
- Right-click your Web site.
- Click Properties.
- Click the Directory Security tab.
- Click the Edit button for Anonymous access and authentication control.
- Select the Basic authentication check box.
- Click Yes.
- Click OK twice.