|
-
Jun 1st, 2006, 07:47 AM
#1
Thread Starter
Banned
store conn string in ???
Simple question...
I need to store a constant kind of like a connection string / or a file path in vb.net. In asp.net I usually store these in the web.config file. Then in aspx when I need the value I simply do:
ConfigurationSettings.AppSettings("NameOfMyTag")
to get the value I need. How would I do this in vb.net ? Do I store it in the assemblyinfo file ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|