Using VS2008sp1: trying to find a reliable way (or proper way) to update a running web application (ASP.NET 3.5sp1) without losing current user sessions/context.
I know users can get a busy message during the publish which is ok. Question is: does IIS reset sessions? or lose any context that the current users are in? Can this be phased in? or can I adjust my architecture to help this.
My only current solution now is to do it 'after' hours, but once its 24x7 - when is that? ;)