Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

What is worker process in dot net ?

Thanks in advance

Naveen...
Posted

1 solution

In simple terms, the "Process" which is responsible for processing ASP.NET application request and sending back response to the client , is known as "Worker Process".

Read more here:
ASP.Net Worker Process and ISAPI[^]

Just Google for more if needed! These are basics for .NET you should know.
 
Share this answer
 
Comments
HanuBaba 8-Jul-10 3:04am    
Reason for my vote of 3
dcscsdc

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900