Error - Unable to access the IIS metabase
Posted
by
jjathman
on Server Fault
See other posts from Server Fault
or by jjathman
Published on 2012-10-12T13:15:03Z
Indexed on
2012/10/13
3:39 UTC
Read the original article
Hit count: 531
iis
After installing Visual Studio 2012 and opening my solution I get a series of errors in this form:
The Web Application Project Foo 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.
I get this for each of our web applications. Things I have tried:
- Running Visual Studio as Administrator
- Running aspnet_regiis.exe -ga MyUserName
- Running aspnet_regiis.exe -i
These seem to be common solutions for this problem but I have not had any success with them. Is there anything else I can try to do?
© Server Fault or respective owner