I deployed to Azure web applications MVC3, Membership Services, .NET4, C #, Razor, EF4.1, SQL Azure using Azure websites (standard).
I experimented with a new "intermediate" function, where you can "change" in the updated web application. Fine. We would really like to update the code without interfering with the end user, i.e. Continuous integration of small fixes. However, we noticed that “Swap” registers users, which is not ideal. I suspect this is because authentication cookies are lost after "swap", so the session cannot authenticate, causing users to return to the login page. Is there any way around this? The only thought I had was to somehow save the "main" database.
Thoughts appreciated.
Thanks in advance.
source
share