Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
application domain
Last modified: Monday, March 03, 2003
The logical and physical boundary created around every .NETapplication by the Common Language Runtime (CLR). The CLR can allow multiple .NET applications to be run in a single process by loading them into separate application domains. The CLR isolates each application domain from all other application domains and prevents the configuration, security, or stability of a running .NET applications from affecting other applications. Objects can only be moved between application domains by the use of remoting.