Internet Information Services (IIS) Question: Download IIS PDF

Describe the role of Http.Sys in IIS?

Tweet Share WhatsApp

Answer:

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.

Download IIS PDF Read All 80 IIS Questions
Previous QuestionNext Question
Describe the permission settings are available for Virtual directory?Describe the different types of identity available in IIS 6.0?