HTTP error 500.19 - Cannot read configuration file

前端 未结 13 2228
醉梦人生
醉梦人生 2021-02-02 09:37

In one of my ASP.NET apps, all of a sudden I am unable to run it in Visual Studio 2013 due to the error displayed below. It appears that it is trying to open the web.config from

13条回答
  •  死守一世寂寞
    2021-02-02 10:23

    In my case, the project was located on network not my local disk. After copying the project to local, the issue was resolved. Hope it can save someones time who has the same issue.

提交回复
热议问题