Interruptionless Uploads / Rollback in IIS
- by NickatUship
I'm not sure if this is the right way to ask this question, but here's basically what i'd like to do:
1.) Push a changeset to a site in IIS.
2.) Don't interrupt the users.
3.) Be able to roll back effortlessly.
So, there are a few things that I know have to happen:
1.) Out of Proc session - handled
2.) Out of Proc cache - handled
So the…