We've been using dotNet for a couple of years now and have been updating our
live server by just overwriting (Explorer drag and drop) the aspx and
assembly files until we had some errors reported to us a couple of months
ago that some clients received application server errors at the moment we
updated (if I remember correctly, they were sharing or process in use
errrors). Since then, we've been paranoid about ensuring that there is no
activity when we update, which is awkward to say the least.
I thought dotNet's promise was that there would no longer be any need to
stop services to update the server. Is there a better method to update
assemblies to avoid client errors?
live server by just overwriting (Explorer drag and drop) the aspx and
assembly files until we had some errors reported to us a couple of months
ago that some clients received application server errors at the moment we
updated (if I remember correctly, they were sharing or process in use
errrors). Since then, we've been paranoid about ensuring that there is no
activity when we update, which is awkward to say the least.
I thought dotNet's promise was that there would no longer be any need to
stop services to update the server. Is there a better method to update
assemblies to avoid client errors?
Comment