Hello All,
I had my ASP.NET application working on my local machine.
Then I changed my connection string. It was still working. But when I make new users I couldn't see their information on the new server.
Then, I deployed my project to another server. Now, Account controls don't work at all (other data is still coming).
I can't understand where the user data is stored when I change the connection string. And I need your help with getting account controller to work with new database/connection string.
I'm using default user accounts of ASP.NET MVC 5.
Thanks in advance.
Go to the complete details ...