How to get custom config setting from web.config i

NovaDev

New Member
Hi I know you can have this (ConfigurationSettings.AppSettings("ConnectionStr")) in a aspx file. How do I retrieve the value the same setting in vb file ??<BR><BR>Thanks<BR>MatthewSystem.Configuration.ConfigurationSettings.AppSett ings("ConnectionStr")
 
Back
Top