Writes all of the configuration file properties to the configuration file.

The keys are written into the standard .Config files (web.config or YourApp.exe.config for example).

Note: In Web Application updating this call causes the Web application to reload itself as a change is made to web.config

Syntax:

public virtual bool WriteKeysToConfig();
Return: Void
See also:

Class wwAppConfiguration

Overloads:

public virtual bool WriteKeysToConfig( string Filename );

Last Updated: 1/28/2007 | Send topic feedback