Represents an application domain, which is an isolated environment where applications execute. This class cannot be inherited.
Author: unknown Code: ASP.NET v1.0 & VB
I've been writing some code recently to deal with AppDomains. AppDomains provide a way to isolate part of an application from another part. In short, it lets you run in two separate environments. Author: Eric Gunnerson Code: ASP.NET v1.0 & C#