Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding WebDAV Lock Stores <add>.
Specifies the settings for a lock store provider.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
name |
Required attribute. Specifies the name for a lock store provider. |
image |
Required attribute. Specifies the file system path for a lock store provider. Note On a 64-bit system this will be the 64-bit path, whereas on a 32-bit system this will contain the path to the 32-bit provider and the image32 attribute will be ignored. |
image32 |
Optional attribute. Specifies the 32-bit path for a lock provider on a 64-bit system. Note This attribute was added in WebDAV 7.5 and IIS 7.5. |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer |
Specifies the top-level section group (in ApplicationHost.config) in which this element is defined. |
webdav |
Configures Web Distributed Authoring and Versioning (WebDAV) for Internet Information Services (IIS) 7. |
globalSettings |
Specifies the global WebDAV configuration settings for property and lock provider definitions. |
lockStore |
Specifies the configuration settings for the collection of lock store providers. |
Remarks
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding WebDAV Lock Stores <add>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |
See Also
Reference
lockStore Element for globalSettings for WebDAV [IIS Settings Schema]