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 the Open project file <UseIIS> find the Web application's properties set segment
(3) Change the value of the Useiis segment from true to False to 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 the computer