IIS 7, HttpHandler and HTTP Error 500.21

后端 未结 7 861
既然无缘
既然无缘 2020-12-09 17:40

On IIS 7, I\'m trying to use custom HttpHandler for my ASP.NET web application. I use pipeline mode \"classic\", .NET version is 4.0.30319, my web.config configuration for t

7条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-09 18:17

    I had the same problem and was solved by running the following in run

    %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

提交回复
热议问题