0 out of 6 rated this helpful - Rate this topic

Configuration.Save Method ()

Note: This method is new in the .NET Framework version 2.0.

Writes the configuration settings contained within this Configuration object to the current XML configuration file.

Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)

public void Save ()
public void Save ()
public function Save ()
Exception type Condition

ConfigurationErrorsException

The configuration file could not be written to.

- or -

The configuration file has changed.

The Save method persists any configuration settings that have been modified since this Configuration object was created. If a configuration file does not exist at the physical location represented by the FilePath property, a new configuration file will be created to contain any settings that are different from the inherited configuration.

If the configuration file has changed since this Configuration object was created, a run-time error occurs.

NoteNote

When 'Creator Owner' is listed in the ACL (Access Control List) of the directory containing the configuration file, the current user of Save becomes the new owner of the file and inherits the permissions granted to 'Creator Owner'. This results in an elevation of privileges for the current user and a removal of privileges for the previous owner.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ