Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have ASP.NET MVC website deployed in IIS. Every day we keep publishing the changes into the Website. We are following the below steps

  1. We build the source and get the assemblies from our local publishing server(Maintained in intranet).

  2. Replace the assemblies into the website server. Here i have faced the down time.

I dont want to follow app_offiline method. Every day if we put some under maintanenence information it will be very odd for my customers.

Without downtime i need to deploy the changes.

Thanks, Velu

share|improve this question
    
Check out this thread stackoverflow.com/questions/148084/…** –  Ivo Nov 22 '11 at 9:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.