What are the events happening in IIS when a page is posted
back to the server.

Answer Posted / ashishjaviya @ nomura

whenever a request comes from Client to Server, it will hit
HTTP.SYS First
HTTP.SYS is Responsible for pass the request to particular
Application pool. Now here is one question, How HTTP.SYS
comes to know where to send the request? This is not a
random pickup. Whenever we creates a new Application Pool,
the ID of the Application Pool is being generated and it’s
registered with the HTTP.SYS. So whenever HTTP.SYS Received
the request from any web application, it checks for the
Application Pool and based on the application pool it send
the request.
So, this was the first steps of IIS Request Processing.
Till now, Client Requested for some information and request
came to the Kernel level of IIS means at HTTP.SYS. HTTP.SYS
has been identified the name of the application pool where
to send. Now, let’s see how this request moves from
HTTP.SYS to Application Pool.

In User Level of IIS, we have Web Admin Services (WAS)
which takes the request from HTTP.SYS and pass it to the
respective application pool.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I open iis manager in windows 7?

477


How do I know if iis is running on my browser?

473


What is iisreset command?

490


How do I open web config in iis?

486


Is iis secure?

589






What is application pool in iis?

514


For the document of size 1 mb, what size would you expect the index to be with indexing service?

473


What scripts ship with iis 6.0?

493


Where is iis logs located?

507


How do I install and configure iis?

490


What services does iisreset restart?

542


IIS Performance tuning

2451


How do I open iis in windows 10?

490


How do I run iisreset as administrator?

495


How do I stop a service from the command line?

489