I
Ignacio Martinez
Hey group!
I need to know how to deploy my Web Application to my Production Server
without killing all active sessions.
I heard that through the Visual Studio I can deploy the files and Dll's with
a "Shadow Copy", so then the new users will use the new dll, while the old
users will use the previous dll, and periodically this one will disappear.
My Application will be used by many users at a time, 9 to 5, and If I have
to change something by simply Copying and Pasting in the server all users
will go back to Login Page or receive error messages, since I'm using
Session("...") to keep some data active.
Any ideas?
thanx in advance!
Ignacio.
I need to know how to deploy my Web Application to my Production Server
without killing all active sessions.
I heard that through the Visual Studio I can deploy the files and Dll's with
a "Shadow Copy", so then the new users will use the new dll, while the old
users will use the previous dll, and periodically this one will disappear.
My Application will be used by many users at a time, 9 to 5, and If I have
to change something by simply Copying and Pasting in the server all users
will go back to Login Page or receive error messages, since I'm using
Session("...") to keep some data active.
Any ideas?
thanx in advance!
Ignacio.