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