To resolve this issue, make sure that the
Exadmin, the
Exchange, the
Exchweb, the
Exchweb\Bin, the
Exchweb\Bin\Auth, the
Microsoft-Server-ActiveSync, and the
Public
virtual directories are running in the
Exchange Application
Pool and not in the
Default Application Pool. To do
this, follow these steps:
- Click Start, point to
Administrative Tools, and then click Internet
Information Services (IIS) Manager.
- Expand
Your_Server, and then expand
Web Sites and Default Web Site.
- Right-click Exadmin, and then click
Properties.
- In the Exadmin Properties box, on the
Virtual Directory tab, make sure that the text in the
Application pool list is
ExchangeApplicationPool in the Application
settings area. If the text is not
ExchangeApplicationPool, follow these steps:
- Click Create, and then click
ExchangeApplicationPool in the Application
pool list.
- Click Apply, and then click
OK.
- Repeat steps 3 through 4 for the Exchange,
the Exchweb, the
Exchweb\Bin, the Exchweb\Bin\Auth, the
Microsoft-Server-ActiveSync, and the Public
virtual directories.
If
ExchangeApplicationPool is in each
Application pool list, this issue may be caused by an
incorrect
Identity setting for the
ExchangeApplicationPool property. To resolve this problem,
follow these steps:
- In Internet Information Services (IIS)
Manager, expand Application Pools.
- Right-click ExchangeApplicationPool, and
then click Properties.
- Click the Identity tab, and then in the
Select a security account for this application pool list,
click Local System.
- Click Apply, and then click
OK.
You may find that Microsoft Server ActiveSync and remote
procedure call (RPC) over Hypertext Transfer Protocol (HTTP) by using Microsoft
Office Outlook 2003 still do not function. This problem occurs because
Microsoft Web Storage System (WSS) sets the value of the
NTAuthenticationProviders property for the default Web site to NTLM. This NTLM value must
be removed from the
NTAuthenticationProviders property. To remove the NTLM value, follow these steps:
- At the command line, change to the \Inetpub\Adminscripts
folder that contains the Adsutil.vbs file.
- Run the following command to list the items for the default
Web site:
cscript adsutil.vbs enum w3svc/1
The value for the NTAuthenticationProviders property is set to NTLM. - To remove NTLM as the value, run the following command:
cscript adsutil.vbs set w3svc/1/NTAuthenticationProviders ""
- To confirm that the value is empty, run the following
command:
cscript adsutil.vbs enum w3svc/1
- Now test Server ActiveSync and Outlook 2003 by using RPC
over HTTP.