How to duplicate an ASP.NET MVC project and make it not accept authentication cookies from the original application?
问题 I duplicated an ASP.NET MVC project and renamed all the namespaces to the new project name. But now, if I log into the original application, and immediately navigate to the duplicated application, the dupe application accepts the authentication cookie and allows me through. They are hosted on the same domain. The applications use ASP.NET Identity for authentication. Is there a unique application key or something like that that needs to be changed in the duplicated application so that it does