PC Review


Reply
Thread Tools Rate Thread

deploying and re-deploying ASP.Net applications

 
 
=?Utf-8?B?VG9tIE4=?=
Guest
Posts: n/a
 
      4th Feb 2004
Here's is our configuration

..Net Framework 1.1, Windows 2000, AppCenter 200

Our developers use XCOPY to deploy to the AppCenter NLB cluster (obviously, to the node that is the controller

Scenario - they deploy Version 2.5 of Application "A" to the web server at 8AM. The application is now live and in use. At 9AM they decide they need to deploy Version 2.6 of Application "B" They XCOPY all necessary files to the web server, overwriting the existing Application "A" Version 2.5, with Version 2.6. These are both "private" assemblies, as should be intuitive from the XCOPY nature of the deployment.

Problem - often, in this situation users of the early versions are dropped, disconnected, session is closed. It was my understanding that .Net would allow users already using the previous version to continue until finished. Is this true? Am I reading this wrong? Is this only true of shared assemblies in the GAC.

Also, this article seems to indicate that Norton Anti-Virus may be to blame here?

http://support.microsoft.com/default...kb;EN-US;31614

Has anyone else experienced this? How to your developers deploy ASP.Net applications?
 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      4th Feb 2004
"Tom N" <(E-Mail Removed)> wrote in message
news:F9EFACCC-A73B-4F5D-8274-(E-Mail Removed)...
> Here's is our configuration:
>
> .Net Framework 1.1, Windows 2000, AppCenter 2000
>
> Our developers use XCOPY to deploy to the AppCenter NLB cluster

(obviously, to the node that is the controller)
>
> Scenario - they deploy Version 2.5 of Application "A" to the web server at

8AM. The application is now live and in use. At 9AM they decide they need
to deploy Version 2.6 of Application "B" They XCOPY all necessary files to
the web server, overwriting the existing Application "A" Version 2.5, with
Version 2.6. These are both "private" assemblies, as should be intuitive
from the XCOPY nature of the deployment.
>
> Problem - often, in this situation users of the early versions are

dropped, disconnected, session is closed. It was my understanding that .Net
would allow users already using the previous version to continue until
finished. Is this true? Am I reading this wrong? Is this only true of
shared assemblies in the GAC.
>
> Also, this article seems to indicate that Norton Anti-Virus may be to

blame here?
>
> http://support.microsoft.com/default...b;EN-US;316148
>
> Has anyone else experienced this? How to your developers deploy ASP.Net

applications?

When certain files are changed, the web application is restarted. Among
other things, when you change web.config (not user.config!) or the .dll of
your web application, the application will restart.
--
John Saunders
John.Saunders at SurfControl.com


 
Reply With Quote
 
=?Utf-8?B?VG9tIE4=?=
Guest
Posts: n/a
 
      4th Feb 2004
Yes, that's what I figured, and that's what Norton AV seems to cause by scanning web.config.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying applications ian.beyer@gmail.com Microsoft Windows 2000 Group Policy 3 18th Jul 2006 07:41 PM
Deploying applications over the web =?Utf-8?B?RHVuZGVhbGluZw==?= Microsoft Dot NET 2 1st Nov 2005 04:16 PM
deploying asp.net applications Kilo Bravo Microsoft ASP .NET 2 7th Jun 2005 01:42 PM
Deploying applications with .NET Edward Bird Microsoft VB .NET 11 3rd Aug 2004 03:49 PM
Deploying Applications Brian Reed Microsoft Dot NET Compact Framework 6 17th Dec 2003 09:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:33 PM.