SyntaxFix
Write A Post
Hire A Developer
Questions
Add this code in web.config under the <configuration> tag as shown in image below. Your error should then be gone.
web.config
<configuration>
<configuration> <appSettings> <add key="owin:AutomaticAppStartup" value="false" /> </appSettings> ... </configuration>