【异常记录(11)】 Web应用程序项目 已配置为使用 IIS。无法访问 元数据库。您没有足够的特权访问计算机上的 IIS 网站。Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.
解决办法:
1、项目上右键, 编辑 xxxx.csproj
2、找到 <UseIIS> 标签, 改为 <UseIIS>False</UseIIS>
3、右键,重新加载项目