I am unable to load a csproj in VS2015. I get the Creation of the virtual directory http://localhost:<Port_Number>/ failed with the error: Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.
error. I tried the following:
- Uninstalled and reinstalled IIS
- Gave access to
%systemroot%\system32\inetsrv\config
&%systemroot%\system32\inetsrv\config\Export
folders - Changed
<UseIIS>True</UseIIS>
to<UseIIS>False</UseIIS>
- Rebooted the system
None of the above worked. Could you advise how to fix this problem please?