X
xenophon
I have created an external AppDomain for use in my ASP.NET 1.1 app, it
is shared by all web users (it will eventually be physically Remoted
hosted on another server). When there is an Exception, the AppDomain
does not always unload. In fact, I can delete every file from the
directory tree except for the seperate DLL that has the AppDomain code
in it.
Short of using the IIS manager to stop the site (I do not have
Administrator permissions), how else can I handle this problem?
Thanks.
is shared by all web users (it will eventually be physically Remoted
hosted on another server). When there is an Exception, the AppDomain
does not always unload. In fact, I can delete every file from the
directory tree except for the seperate DLL that has the AppDomain code
in it.
Short of using the IIS manager to stop the site (I do not have
Administrator permissions), how else can I handle this problem?
Thanks.