IIS 8.0 ASP.NET and Error 500.19

后端 未结 9 1890
故里飘歌
故里飘歌 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条回答
  •  感动是毒
    2020-12-08 07:18

    Look in the web.config for invalid config sections.

    In the IIS manager I couldn't open any of the features such as Module etc.

    In my web.config I had an invalid config section from a chart object that I used before:

    
        
            
        
    
    

    After I removed it everything worked.

提交回复
热议问题