Everytime I upload a file to my ASP.NET site, all users are logged out (aka, I guess their session become invalidated).
Is there any way to "hotswap" the code in ASP.NET so that this doesn't happen? Compile before deploying etc.
My deployment method is pretty simple through a SVN update.
Thanks! /Niels