Explain App Domain Concept in ASP.NET with Example.

Answer

 App domain or application domain in ASP.NET is a light-weight process that has its own set of code, configuration and data settings. It is a logical boundary that separates one application from accessing or interfering with others. App domains help in better utilization of resources by using fewer processes for executing different applications. For example, ASP.NET is a runtime host that creates different application domains for every user who accesses a web site. These can be created and set up for apps that need to isolate code or to load extensions dynamically.

All .net-4.5 Questions

Ask your interview questions on net-4-5

Write Your comment or Questions if you want the answers on net-4-5 from net-4-5 Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---