error : The Web Application Project BasicAspNetChat 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.
Got this error:
error : The Web Application Project 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.
Resolution:
Restart Visual Studio 2011 and run as administrator.
2 comments:
It is not good practice to open VS as administrator each time you need to load your web site.
Post a Comment