I have built a small website using Visual Studio 2013 template for using OWIN security. I have deployed this site using IIS and it seems to work ok, I attached the security database to a SQL Server 2012 Express database. But I can login to this site from
one computer but then I cannot from a different one at the same time with a different login. It seems that only one computer can be logged in at the same time. I was able to login with two different users on the same computer in two different browsers, but
then I cannot login with a different user. Any suggestions?
Go to the complete details ...