To resolve this issue, use NTLM authentication instead of Kerberos authentication.
Note If you must use Kerberos authentication, visit the following Microsoft Web site for more information:
To enable NTLM authentication, follow these steps:
- On the server that is running Microsoft Internet Information Services (IIS), click Start, click Run, type cmd, and then click OK.
- At the command prompt, type the following command, and then press ENTER:
cd Drive:\inetpub\adminscripts
Note Replace Drive with the name of the hard disk drive on which Windows Server 2003 is installed. - At the command prompt, type the following command, and then press ENTER:
cscript adsutil.vbs get w3svc/xx/NTAuthenticationProviders
Note Replace xx with the virtual server ID number. To determine the virtual server ID number, follow these steps:- On the server that is running IIS, click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand the computer name, expand Web Sites, right-click the Web site on which you installed Business Portal, and then click Properties.
- Click the Web Site tab, and then click Properties next to the Active Log Format box.
- Note the path and file name of the .log file. The path and file name are similar to the following:
W3SVCxx\exyymmdd.log
In this path, xx represents the virtual server ID number.
- To enable NTLM authentication on the virtual server, type the following command at the command prompt, and then press ENTER:
cscript adsutil.vbs set w3svc/xx/NTAuthenticationProviders "NTLM"
Note Replace xx with the virtual server ID number that you noted in step 3. - Restart IIS. To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type iisreset, and then press ENTER.
- At the command prompt, type exit, and then press ENTER.
- Start Microsoft Internet Explorer on a workstation, and then type the following URL on the Address bar:
http://xx/sites/businessportal
Note Replace xx with the name of the server.