|
Subject:
|
how Asp.Net worker process works
|
|
Posted By:
|
hhkris4u
|
Post Date:
|
1/6/2007 2:00:16 AM
|
hi all, can any one tell me how ASP.NET worker process works and what is the basic function of it, Thanks 4 reading,n i need ur help  hari@eilisys.com
|
|
Reply By:
|
dparsons
|
Reply Date:
|
1/7/2007 5:20:17 PM
|
The Worker Process is what is responsible for serving your .NET pages. On your server if you pull up task manager you will see this process running: aspnet_wp.exe if you kill this process and then try to access a .NET page on your server you will get an: Application Unavailable Error message from the server. hth.
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|