wwAppConfiguration.WriteKeysToConfig

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

public Boolean WriteKeysToConfig()

Return Value

Boolean

Remarks

Application must have rights to write to this file. For ASP.Net this especially important as ASPNET/NETWORK USER generally doesn't have access to this file. If you want updateability make sure that these accounts have read/write access.

Overloads:


See also:

Class wwAppConfiguration

© West Wind Technologies, 1996-2018 • Updated: 04/21/04
Comment or report problem with topic