Results 1 to 3 of 3

Thread: Connection string Show that apply entire project

  1. #1
    CoxWatson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    232
    Rep Power
    3

    Default Connection string Show that apply entire project

    Hello everyone. I am learning ASP.net. I have one question I want to write the connection string Show that it will apply entire project in the website. If you are having any solution for that, then please provide that solution to me. I will be thankful to you.

  2. #2
    BrooksGray is offline Senior Member
    Join Date
    Dec 2009
    Posts
    231
    Rep Power
    3

    Default

    If you write the connection string in a web.config file you can get back those connection strings from the web.config file and use it in all pages.

  3. #3
    CruzPowell is offline Senior Member
    Join Date
    Dec 2009
    Posts
    224
    Rep Power
    3

    Default

    Connection string saved in the web.config file:

    Code:
    <connectionstrings>
    <add name="Appconnectionstring1" 
    connectionstring="server=localhost;User Id=sa;Password= 
    password;Database=Northwind; persist security info ="True" 
    providerName="system.data.sqlclient"/>
    </connectionstrings>

Similar Threads

  1. Downloading entire facebook albums in Firefox
    By JacksonPerez in forum General Internet Terms
    Replies: 2
    Last Post: 02-18-2010, 01:39 PM
  2. Using MS Project Templates to Estimate Project
    By Garcíarobine in forum Software Jargons
    Replies: 0
    Last Post: 01-18-2010, 01:52 PM
  3. How to download entire website?
    By Kami Hiraiwa in forum Web. 2.0
    Replies: 1
    Last Post: 12-29-2009, 12:23 AM
  4. Printing out an entire web page
    By calton in forum Printer
    Replies: 1
    Last Post: 03-17-2009, 09:52 AM
  5. RationalPlan Single Project is a Powerful project Management
    By Jacq44 in forum General Software Terms
    Replies: 0
    Last Post: 12-15-2008, 07:10 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48