Browse by Tags

Related Posts

  • Re: WebConfigurationManager vs. ConfigurationManager

    [quote user="josere"]WebConfigurationManager has methods to open a web configuration object on design (not-readonly) time[/quote] That's exactly what I need now! I'm implementing control, and its designer should access the values from web.config section. How can I load System.Configuration...
    Posted to Configuration and Deployment (Forum) by Vadim Milichev on 06-12-2007, 12:00 AM
    Filed under: app.config, ConfigurationSection, WebConfigurationManager, web.config, web.config C# ASP.net
  • Managing web.config programmatically

    This is totally weird. Why does this code: 1 System.Configuration.Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration( "~/web.config" ); 2 System.Net.Configuration.MailSettingsSectionGroup mailSection = config.GetSectionGroup( "system.net/mailSettings" ) as System...
    Posted to Configuration and Deployment (Forum) by haltenberg2 on 02-16-2007, 12:00 AM
    Filed under: Application Configuration, ASP.NET 2.0, ConfigurationSection, web.config C#, web.config C# ASP.net, WebConfigurationManager, web.config
Page 1 of 1 (2 items)