How worker process navigate request to web application.

D

Dominick Baier

This depends on the version of IIS - <6.0 you only have one worker process
- in IIS 6 you can have multiple processess (configured via application pools)

regardless of the amount of worker processes you use - every asp.net application
will run in its own AppDomain and serve incoming requests in that AppDomain
- your dlls are loaded in the process - yes.
 
T

trialproduct2004

Hi all,

I am having one question regarding worker process of asp.net.

I have heard that there is one worker process running on webserver i.e
aspnet.exe

So when any request get to webserver, webserver navigate that reaquest
to this worker process.

and then this worker process navigate request to appropriate web
application.

Can any one tell me how exactly this worker process handles navigation
of web application.

Will my application's dll gets loaded into this woker process? If i am
sending multiple request does worker process navigate this request one
by one ?

If i am wrong please correct me.

thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top