Describe how ASP.NET maintains process isolation for each Web application?



Describe how ASP.NET maintains process isolation for each Web application?..

Answer / Gaurav Kumar

ASP.NET achieves process isolation by using a separate worker process (aspnet_wp.exe) for each web application running on the server. Each worker process runs in its own AppDomain, which is an isolated runtime environment for executing code.nnWhen a request comes in, ASP.NET starts a new thread inside the worker process to handle the request. Once the request is processed and the response is sent, the thread is terminated. This helps ensure that one web application does not interfere with another.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between ISQL and OSQL??

1 Answers  


About remoting and web services. Difference between them?

2 Answers   Microsoft,


Explain an object, class and method.

1 Answers  


Why do we use web config?

1 Answers  


How many types of triggers are there in update panel?

1 Answers  


Differentiate between client-side and server-side validations in web pages.

1 Answers  


What is AutoEventWireup attribute for ?

1 Answers  


What is interval time of GC in .net

2 Answers  


what is assembly?

4 Answers   Microsoft,


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

1 Answers  


What is application in asp net?

1 Answers  


what is generics?

2 Answers   Microsoft,


Categories