Editing the IIS Metabase File

You must edit the IIS metabase file to enable CCF access to the web services.

To edit IIS metabase file:

  1. Open the metabase.xml file from C:\Windows\system32\inetsrv\.

  2. In the <IISWebservices> node, set the value of the tag NTAuthenticationProvider to Negotiate,NTLM. An example is given below:

  3. NTAuthenticationProviders="Negotiate,NTLM"

  4. Save the file.

  5. Restart IIS server.

Note

For Windows Server 2008, you must run the following command in the directory <InstallDir>/Inetpub/AdminScripts/:
cscript adsutil.vbs set w3svc/1/root/NTAuthenticationProviders "Negotiate,NTLM"