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

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

    In my case, the following changes resolved this error:

    Open applicationhost.config file from [SolutionFolder]>.vs[Hidden Folder] and change the value of overrideModeDefault attribute in windowsAuthentication section from Deny to Allow. As shown below.

提交回复
热议问题