AdminSite.WriteManagerProperties

Ee810695.c++_on(en-US,CS.10).gifEe810695.vb_off(en-US,CS.10).gif

Use this method to write the properties from the specified site Dictionary object to the configuration file of the management page (site\Manager\Config\Site.csc).

Definition

Sub WriteManagerProperties(pIDictProp As Object)

Parameters

pIDictProp

A reference to a Dictionary object that contains the properties to be written to the configuration file management page.

Return Values

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The manager site dictionary properties are DefaultConnectionString and ConnectionStringMap. These properties are distinct from the corresponding properties in the main site configuration. This means that the password and user name information required to access site management pages can be different from those used in user pages.

See Also

AdminSite Object

AdminSite.ReadManagerProperties

AdminSite.WriteDefaultProperties


All rights reserved.