Virtual host running ASP error resolution: HTTP/1.1 New Application Failed when allowSessionState is set to false in web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <location path="Default Web Site">
    <system.webServer>
      <asp>
        <session keepSessionIdSecure="false" />
      </asp>
    </system.webServer>
   </location>
</configuration>

Some work, some don’t?

Read More: