IIS 7.5 and ASP .NET 2.0

后端 未结 9 1046
星月不相逢
星月不相逢 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:30

    Using a text editor such as Notepad, open the applicationHost.config file in the following location:

    %windir%\system32\inetsrv\config\applicationHost.config
    

    Basically, the applicationHost.config had the handler section locked. It was

    changed it to

    and it works.

提交回复
热议问题