ASP.NET-4 IIS7.5 web.config serverRuntime element

后端 未结 2 748
无人及你
无人及你 2021-02-06 04:12

Whenever I add this line to my web.config in the system.webServer section:


With our without properties, IIS 7.5 just se

2条回答
  •  無奈伤痛
    2021-02-06 04:35

    I had this exact problem and solved it by unlocking the serverRuntime section of the applicationHost config. Command to run at console:

    %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/serverRuntime
    

提交回复
热议问题