Previous in Contents Next in Contents

AdminSite.WriteManagerProperties Method

The WriteManagerProperties method writes the properties from the specified site dictionary to the management page's configuration file (site\Manager\Config\Site.csc).

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

Syntax

AdminSite.WriteManagerProperties(Dictionary)

Parameters

Dictionary
The Dictionary object to be written.

Related Topics


© 1997-2000 Microsoft Corporation. All rights reserved.