IISExpress 8 Cannot read configuration file redirection.config

后端 未结 24 3044
日久生厌
日久生厌 2020-11-29 02:46

I\'m running Windows Server 2008 R2 (x64) with IISExpress8 and when navigating to

c:\\Program Files (x86)\\IIS Express>iisexpress.exe

i

24条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 03:12

    Using Visual Studio 2013

    I had to stop visual studio rename the whole config directory, Documents > IISExpress> Config then start a new web project, which fails but it recreates the config directory, then I rebooted and launched visual studio and everything worked!

    I noticed this problem after copying a project between 2 computers, perhaps it was caused by a duplicate IISExpress port or something trivial.

提交回复
热议问题