joelwenzel
Programmer
- Jun 28, 2002
- 448
I know in the aspx source code, I can access the connection strings using "<%$ ConnectionStrings:ConnString%>"
However, I want to access it from the .vb file. How do I do this? CurrentlyI am using the appsettings as a quick fix
ConfigurationSettings.AppSettings("myConnectionString")
However, I want to access it from the .vb file. How do I do this? CurrentlyI am using the appsettings as a quick fix
ConfigurationSettings.AppSettings("myConnectionString")