InterviewSolution
Saved Bookmarks
| 1. |
What Is The Role Of Http.sys? |
|
Answer» HTTP.sys LISTENS for HTTP requests from the network, PASSES the requests ONTO IIS for processing, and then returns processed responses to CLIENT browsers. HTTP.sys listens for HTTP requests from the network, passes the requests onto IIS for processing, and then returns processed responses to client browsers. |
|