IIS7 - Lock Violation error, HTTP handlers, modules, and the <clear /> element
- by Daniel Schaffer
I have an ASP.NET site that uses its own set of HTTP handlers and does not need any modules.
So, in IIS6, all I had to do was this in my web.config:
<httpModules>
<clear />
</httpModules>
However, if I try to do the same in the system.webServer area for IIS7, I get a 500 error when I try to view the site, and in IIS…