G
Guest
Hi,
I noticed that releasing the reference ot the returned by
CreateApplicationHost() is not enough to free memory taken by AppDomain
created by CreateApplicationHost(). I have to created and destroy ASP.NET
AppDomains on a fly without terminating the proccess. I want to get a
reference to the AppDomain object created by CreateApplicationHost() so I
could call AppDomain.Uload(), but can't find any information about it.
Will appreciate a snippet illustrating how to get a hold of the new
AppDomain from the thread that called CreateApplicationHost().
Thank you,
I noticed that releasing the reference ot the returned by
CreateApplicationHost() is not enough to free memory taken by AppDomain
created by CreateApplicationHost(). I have to created and destroy ASP.NET
AppDomains on a fly without terminating the proccess. I want to get a
reference to the AppDomain object created by CreateApplicationHost() so I
could call AppDomain.Uload(), but can't find any information about it.
Will appreciate a snippet illustrating how to get a hold of the new
AppDomain from the thread that called CreateApplicationHost().
Thank you,