Click here to Skip to main content
15,889,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am etting following error while loading one of my projects in VS2017 windows 10.
The Web Application Project SomeWebProject is configured to use IIS.  Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.


What I have tried:

I tried running Visual Studio 2017 as an Administrator. But getting same error.
Posted
Updated 25-Oct-18 18:18pm
Comments

1 solution

After some R&D, I found following steps to fix this:
First, I have to install Windows Feature as below

Control Panel >> Turn on/Off Windows Feature >> Internet Information Services ?? Web Management Tool >> IIS6 Management Compatibility >> IIS Metabase and Configuration.

And later set Visual Studio run as administrator.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900