SyntaxFix
Write A Post
Hire A Developer
Questions
My app is running in .net 4.7.2. Simplest solution was to add this to the config:
<system.web> <httpRuntime targetFramework="4.7.2"/> </system.web>