Quantcast
Viewing all articles
Browse latest Browse all 14

Answer by Võ Đại Thắng for Owin error with ASP.NET MVC application

I had the same problem and i added the following tag on web config:

<appSettings>
    <add key="owin:AutomaticAppStartup" value="false" />
</appSettings>

Viewing all articles
Browse latest Browse all 14

Trending Articles