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

前端 未结 14 1124
梦如初夏
梦如初夏 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:00

    In my case, the wrong path was recorded in a .vs folder in the zip i received from colleague. Normally, I'd get source through source repository where .vs is not checked in.

    Deleting the .vs folder resolved the problem for me.

提交回复
热议问题