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