IIS Express - 500.19 Cannot read configuration file - because it's looking at the wrong path

前端 未结 14 1391
梦如初夏
梦如初夏 2021-02-01 00:42

I recently renamed my root TFS folder from D:\\TFS\\systemstfs to D:\\TFS\\sys because one of the project\'s paths was too long for Windows. Now, when

14条回答
  •  无人共我
    2021-02-01 01:01

    Changing the port number on my MVC project resolved my issue. I went in circles for over an hour looking for an answer. Thank you Sonic Soul.

    It always amazes me when one tiny tweak can fix something horribly broken.

    I incremented the port number and the error magically resolved.

    Project Properties > Web > Project Url 
    

    Using Visual Studios 2015.

提交回复
热议问题