SyntaxFix
Write A Post
Hire A Developer
Questions
In my case of legacy application, the issue occurred when I added below entry in web.config file under the node <system.webServer>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"></modules>
When I removed it, the issue resolved.