Gal Ratner
Gal Ratner is a Techie who lives and works in Los Angeles.
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Schedule
Consulting Services
Store
All Tags
»
Configuration
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
ASP.NET
C#
How to modify AppSettings configuration values from your app code
You can easily change any AppSettings value in web.config during runtime from your C# code by using WebConfigurationManager. Configuration configuration = WebConfigurationManager .OpenWebConfiguration( "~" ); AppSettingsSection appSettings = ( AppSettingsSection )configuration.GetSection( "appSettings"...
Posted to
.NET Development
by
Gal Ratner
on 20 Nov 2009
Filed under:
Filed under:
C#
,
ASP.NET
,
Configuration
Page 1 of 1 (1 items)