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 |
Difference between ISQL and OSQL??
About remoting and web services. Difference between them?
Explain an object, class and method.
Why do we use web config?
How many types of triggers are there in update panel?
Differentiate between client-side and server-side validations in web pages.
What is AutoEventWireup attribute for ?
What is interval time of GC in .net
what is assembly?
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?
What is application in asp net?
what is generics?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)