Posted on: 6/7/2014 6:34:27 AM | Views : 360

Hi every body
     working on Asp.net Vs 2008 /Sql server 2008  - uploading the database and the site godaddy
added the db as scribt
the connection string at the database
Provider=sqloledb;Data Source=Ip address;User Id=MyUserName;Password=MyPassword;
..
the server name is 
: P3NRRPLSasdasdeSQL01   MS SQL 2012SP1
as mentioned at mylittle admin


at ASp.net setting page  i find this connection string
data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true

my local connection string is ofcourse differnt
being new in website publishing ,i have tried every thing to formulate the right connection string bu ...

Go to the complete details ...