Internet Information Services (IIS) Question:
Download Questions PDF

Describe the role of Http.Sys in IIS?

IIS Interview Question
IIS Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Describe the permission settings are available for Virtual directory?Describe the different types of identity available in IIS 6.0?