what is application domain?I want to submit one application domain to another application domain, how it is possible?
By in ASP.NET on May 03 2007
  • giri prasad
    May, 2007 4

    The Logical and Physical boundary created around every .net application 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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS