【异常记录(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、右键,重新加载项目

相关文章:

  • 2021-08-19
  • 2021-11-27
  • 2021-07-09
  • 2021-08-29
  • 2022-01-25
  • 2021-07-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-01-18
  • 2021-11-10
  • 2021-12-02
  • 2021-09-06
相关资源
相似解决方案