The WEB Application project XXXX has been configured to use IIS. The IIS metabase cannot be accessed. You do not have sufficient privileges to access the IIS Web site on your computer. May 19, 2012 ⁄ general ⁄ a total of 261 characters ⁄ font size small medium big ⁄ comments off
Problem: The problem occurs when using the VS Open project directly under WINDOWS8:
XXXX is configured to use IIS. The IIS metabase cannot be accessed. You do not have sufficient privileges to access the IIS Web site on your computer.
Solve:
1. Run vs with "Administrator privileges" to open the project in the VS menu.
But the above solution is not convenient.
2. The more Perfect solution:
(1) Right click on the XXXX project, select Edit XXXX.CSPRJ. Open project file for this project
(2) Search in open project file <UseIIS> find Web application 's properties set segment
(3) Change the value of the Useiis segment from True to False. Close the project file.
(4) Reload the XXXX project to
The WEB Application project XXXX has been configured to use IIS. The IIS metabase cannot be accessed. You do not have sufficient privileges to access the IIS Web site on your computer. Reproduced