Search code examples
c#asp.netowinusing

DefaultAuthenticationTypes does not exist in the current context


I've tried to install the package Microsoft.AspNet.Identity and adding

using Microsoft.AspNet.Identity

in my code but I still have the error.


Solution

  • You need to install package Microsoft.AspNet.Identity.Core