IIS 7.5 and ASP .NET 2.0

后端 未结 9 1041
星月不相逢
星月不相逢 2021-02-19 03:00

Are there any known issues with IIS 7.5? I\'m getting the following error when I try to browse/start/view any page on the site.

HTTP Error 500.19 - Internal Serv         


        
9条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-19 03:09

    Had a similar issue, ended up finding this article of use: http://support.microsoft.com/kb/942055

    basically the applicationHost.config had the handler section locked: was

    i changed it to

    and it worked.

    also worth checking that ALL the asp.net roles have been installed, see link text.

提交回复
热议问题