Unable to start process dotnet.exe

前端 未结 29 1944
广开言路
广开言路 2020-12-05 22:14

I am attempting to setup a new work space and transfer all of my projects from my old computer to the new one. However, I am getting this error when I try to run IIS Expres

29条回答
  •  时光取名叫无心
    2020-12-05 22:51

    The solution in my case was deleted web.config from the root of the project. I was working on an ASPnetcore project and after a week the error started. I am unsure how that web.config file got added but once I delete that their error got resolved.

提交回复
热议问题