What are the events happening in IIS when a page is posted
back to the server.
Answer / 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 |
Is iis a web server or an application server?
IIS Workpocess's
What are the different iis authentication modes in iis 5.0 and explain? Difference between basic and digest authentication modes?
How do I start iis from command prompt?
Define recycling of application pool?
computer sotfware used and its functions
0 Answers Infeneon Technologies,
How do I run iis server?
How do I create a iis application?
Explain the different version on iis?
What is apache and iis?
What is the current version of iis?
What is App Pool in IIS?
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)