Results 1 to 10 of 10

Thread: Where to set ConfigurationSettings.AppSettings? [Resolved]

Threaded View

  1. #1

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Where to set ConfigurationSettings.AppSettings? [Resolved]

    Where can I set the ConnectionString that is referred to in this line of code?

    VB Code:
    1. Dim myConnection As New SqlConnection(ConfigurationSettings.AppSettings("ConnectionString"))

    Here is original link with full code:

    http://authors.aspalliance.com/das/insertimage.html

    From this article:

    http://aspalliance.com/articleViewer.aspx?aId=138&pId=

    Thanks!
    Last edited by Dave Sell; May 11th, 2005 at 09:55 PM.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width