NCache Installation Error 1606: Could not access network location
In some situations, you may unable to install NCache on Windows Vista with following error message.
Error: 'Error 1606. Could not access network location %SystemDrive%/inetpub/wwwroot/'
Workaround
In order to fix this, do the following:
-
Disable UAC in Windows Vista.
-
Find the following key: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/InetStp/PathWWWRoot
-
Change the value of this registry key from '%SystemDrive%/inetpub/wwwroot' to 'C:\inetpub\wwwroot'. If your default website in IIS is stored at a different location, set the value of this registry key to that path.
-
Enable IIS 6.0 administration.
See Also