Results 1 to 2 of 2

Thread: Upload SQL server database on the FTP

  1. #1
    ThomasBarnes is offline Senior Member
    Join Date
    Dec 2009
    Posts
    303
    Rep Power
    3

    Default Upload SQL server database on the FTP

    I have built a Dynamic website where I use front end as asp.net with c# and backend as an SQL server 2005. I am facing problem while uploading this site on my FTP address it is not accessing the database. Please anybody tell me how can i upload SQL server database on the FTP and what would be the connection string...????

  2. #2
    HernandezOrtiz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    301
    Rep Power
    3

    Default

    If you are using SQL server authtiction. The connection String min attribute like that:

    Code:
    <add name="ConnStr" connectionString="Data Source=Datasourcename; Initial Catalog=DB Name;Max PoolSize=Integer; MinPoolSize=Integer;Pooling=true;TimeOut=60;UserID=URuserid;Password=URpwd;" />

Similar Threads

  1. A database server optimized SSD
    By brendin44 in forum Latest Hardware News
    Replies: 0
    Last Post: 04-07-2010, 08:54 AM
  2. Database Normalization in SQL Database
    By Millerjames in forum Programming
    Replies: 1
    Last Post: 01-23-2010, 03:17 PM
  3. Upload
    By gorden in forum Everything Else
    Replies: 0
    Last Post: 04-03-2009, 10:35 AM
  4. Want to Upload the Video
    By allster in forum General Internet Terms
    Replies: 1
    Last Post: 02-11-2009, 07:24 AM
  5. Database Server
    By techno23 in forum Everything Else
    Replies: 0
    Last Post: 03-27-2008, 10:09 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