How many App Domains an ASP.NET Worker Process creates if suppose 10 different users are logged into the web site

Questions by ashik_wani   answers by ashik_wani

Editorial / Best Answer

nishant2200  

  • Member Since Jan-2007 | Jan 7th, 2007


One AppDomain is created in the aspnet_wp.exe worker process per website. Inside that appdomain, user's state is kept separate from each other, and from then on server memory side state management can be segregated on basis of Session, Profile etc.

Showing Answers 1 - 3 of 3 Answers

One AppDomain is created in the aspnet_wp.exe worker process per website. Inside that appdomain, user's state is kept separate from each other, and from then on server memory side state management can be segregated on basis of Session, Profile etc.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions