How does Http.sys URL Prefix Registration translate into IIS bindings config?
Asked Answered
M

1

6

Windows HTTP Server API provides mechanisms for URL Registration and Reservation so that request queues can be setup by processes: http://msdn.microsoft.com/en-us/library/aa364483(v=VS.85).aspx.

And the URL matching is done by longest matching URL Prefix. With support for strong wild cards '+' and weak wild cards '*'.

I get that IIS does some mangling/translation of binding in web.config to HTTP Server API (http.sys) for URL registration. (URL Group and HTTP Request Queue).

Could someone throw some light here? Thanks!

Muddle answered 7/8, 2010 at 21:8 Comment(0)
A
2

Running netsh http show servicestate on a machine with IIS installed and some web sites configured should give you a good representation of how IIS sets up the URL groups and ties them to request queues.

Autrey answered 28/1, 2014 at 20:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.