Continuous Deployment with a C#/ASP.NET website?

Posted by Amber Shah on Stack Overflow See other posts from Stack Overflow or by Amber Shah
Published on 2010-05-19T19:26:25Z Indexed on 2010/05/19 19:30 UTC
Read the original article Hit count: 274

Filed under:
|
|

I have a website in C#/ASP.NET that is currently in development. When we are in production, I would like to do releases frequently over the course of the day, as we fix bugs and add features (like this: http://toni.org/2010/05/19/in-praise-of-continuous-deployment-the-wordpress-com-story/).

If you upload a new version of the site or even change a single file, it kicks out the users that are currently logged in and makes them start over any forms and such. Is there a secret to being able to do deployments without interfering with users for .NET sites?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET