Overlap User Login in Two Projects with ASP.NET Identity
问题 I have a problem I can not understand in asp.net identity apply the following steps create two empty web projects, they have names : WebApplication1 WebApplication2 install package " Microsoft ASP.NET Identity Samples 2.0.0-beta2 " On each project Create two sql database have the following names: WebDatabase1 WebDatabase2 add user has name " User1 " in WebApplication1 add user has name " User2 " in WebApplication2 run two the projects at the same time . My problem is when I Login by " User1 "