sql server does not exist or permission denied

Discussion in 'Databases' started by BALUVEER_MUKKAMALA, May 25, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. hi,

    I used the following sql connection string to connect to the sql database. it is working fine when my application is in my local system but when i uploaded my application to my ftp account and run it ,It showing the error "sqlserver does not exists" or "permission denied". The sql string is


    con1.ConnectionString = "Data Source=mssql09.discountasp.net;Initial Catalog=DB_182156;User ID=*********;Password=********"


    kindly help me in this regard as soon as possible,


    thank you,


    balu.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page