The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SectionInformation::ForceSave Property
.NET Framework (current version)
Gets or sets a value that indicates whether the associated configuration section will be saved even if it has not been modified.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the associated ConfigurationSection object will be saved even if it has not been modified; otherwise, false. The default is false.
Note |
|---|
If the configuration file is saved (even if there are no modifications), ASP.NET restarts the application. |
The following example shows how to use the ForceSave property of a ConfigurationSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show:
