IIS 7, HttpHandler and HTTP Error 500.21
问题 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 the handler is: <system.webServer> <handlers> <add name="MyHandler" path="*.myExtension" verb="*" type="Company.App.UI.Controls.MyHandler, Company.App.UI" resourceType="Unspecified" /> </handlers> </system.webServer> When I invoke this handler, I get this error: HTTP Error 500.21 - Internal Server Error Handler "MyHandler" has