Unable to access the IIS metabase

后端 未结 9 1516
独厮守ぢ
独厮守ぢ 2021-02-19 11:50

An ASP.NET web project loads with up the solution, but I get this error

The Web Application Project is configured to use IIS. Unable to access the IIS met

9条回答
  •  醉酒成梦
    2021-02-19 12:19

    This error also occurs if you modified your Machine.config and added some "invalid lines": For example, I added some appSettings, to the configuration section (which IIS didn't like).

提交回复
热议问题