Using VS2008sp1: trying to find a reliable way (or the right way) to update a running web application (ASP.NET 3.5sp1) without losing current user sessions / context.
I know that users can receive a busy message at the time of publication, which is normal. Question: Does IIS reset sessions? or lose any context current users are in? Could this be phased? or I can customize my architecture to help with this.
My only current solution now is to do it "after", but as soon as its 24x7 - when is it ?;)
source
share