Just got this error while I was trying to install a software on Windows 2008 x64 bit Server, and got the below error
"Error 1606. Could not access network location %SystemDrive%\inetpub\wwwroot\"
How to fix this?
modify both locations in registry using regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\PathWWWRoot
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\InetStp\PathWWWRoot
modify appropriately
"%SystemDrive%\inetpub\wwwroot" to "D:\inetpub\wwwroot".
No comments:
Post a Comment