Here is my script. I publish my web forms or mvc application on iis 8 on a Windows 2012 server. Then my client requests something else and I need to update codebehind.
For example, a new input on a form or a new column on db. And I use session variables for membership or store processes.
When I copy a new bin file on the server (when I publish my application), the session dies. How can I solve this update problem? What should I do to keep the session alive? Because visitors lose their carts.
Thanks for the help.
source
share