Brian,

My first question would be for what purpose?

Changing the Web Config file for an ASP.NET application will cause a second
Instance in a new App Domain to be created and furthermore new sessions are
handled by the second instance. 

Andy 
 


-----Original Message-----
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Berns
Sent: 29 July 2003 20:06
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] ASP.NET AppDomains


Is it possible to create a second instance of a running ASP.NET instance?  I
would like to end up with two independent AppDomains running the same
application on a single box.
 
Additionally, all existing sessions should continue to be served by the
original instance while new sessions are served by the second instance. When
the last of the existing sessions completes, the original AppDomain should
quietly unload itself.
 
I have seen hints that such a thing is possible, but no explicit
instructions.  Any tips would be appreciated.
 
Brian Berns
Senior Consultant
RDA
 <http://www.itflightplan.com/> ITFlightPlan - www.ITFlightPlan.com
 

Reply via email to