IIS 7, HttpHandler and HTTP Error 500.21

后端 未结 7 843
既然无缘
既然无缘 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

    This situation happens because you haven't installed/start service of ASP.net.

    Use below command in windows 7,8,10.

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

提交回复
热议问题