I'm receiving the following error when I try to run my ASP.Net Core 1.1 app w/ IIS Express:
The following error occurred when trying to configure IIS Express for project MyCompany.IdentityApp. Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.
I've reviewed the existing SO post and none of the fixes address the issue. I'm thinking things have changed since then.
- If I open VS as admin, I get this error
- If I open VS w/o admin rights, I don't get this error
- I can open different ASP.Net Core 1.1 web app and it runs fine from VS 2017 w/ IIS express
- I checked my
%systemroot%\System32\inetsrv
dir and there is noConfig
folder there to grant my account rights to
VS 2017 Version: 15.4.4