IIS 8.0 ASP.NET and Error 500.19

后端 未结 9 1892
故里飘歌
故里飘歌 2020-12-08 06:58

I can\'t seem to get any ASP.NET sites to run under IIS8 on Windows 8. Under IIS Express they are fine, but I\'ve:

  1. Installed IIS8
  2. Installed ASP.NET 3
9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-08 07:19

    After trying all of the above, I was still stuck, so I decided to go look at the file referenced in my error message, "c:\some\path\web.config"

    It was 3KB, and I renamed it to "_web.config", and the script immediately started working properly.

    I assume the original created with how things were set before my myriad changes. With all the changes I did, it could now create a proper web.config.

    Something to try if the above doesn't get you where you need to be, guys.

提交回复
热议问题