what is architecture of IIS?
Answer Posted / baskaran g
HTTP.SYS is the kernel level components of IIS. All client
request comes from client hit the HTTP.Sys of Kernel level.
HTTP.SYS then makes a queue for each and every request for
each and individual application pool based on the request.
Whenever we create any application pool IIS automatically
registers the pool with HTTP.SYS to identify the particular
during request processing.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rapid fail protection?
How do I install and configure iis?
Where is the applicationhost config?
How do I host a website using iis?
What is the service name for iis?
How do I stop and start iis command line?
IIS Socket pooling
IIS Asp & .net settings
How do I create a virtual directory in iis?
What is iis lockdown?
How do I change iis settings?
How do I install a certificate?
IIS Default objects in IIS Manager
What is microsoft's web server?
What is the name of default application pool in iis?