Skip to content

UrlReservation element (Http extension)

Makes a reservation record for the HTTP Server API configuration store on Windows XP SP2, Windows Server 2003, and later. For more information about the HTTP Server API, see HTTP Server API.

Attributes

HandleExisting

Specifies the behavior when trying to install a URL reservation and it already exists. This attribute’s value must be one of the following:

  • replace: Replaces the existing URL reservation (the default).
  • ignore: Keeps the existing URL reservation.
  • fail: The installation fails.

Id

string

Unique ID of this URL reservation. If this attribute is not specified, an identifier will be generated automatically.

Sddl

string

Security descriptor to apply to the URL reservation. Can’t be specified when using children UrlAce elements.

Url

string required

The UrlPrefix string that defines the portion of the URL namespace to which this reservation pertains.

Children

Parents