| Author: Anil Kumar Pandey 26 Jun 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi,
simply change the connection string.. with the full server name , username and the password..
like
<connectionStrings> <add name="Abc" connectionString="Data Source=sql007.abc.com;Initial Catalog=Db_abc;User Id=abc_usr;Password=abc123;" providerName="System.Data.SqlClient"/>-->
</connectionStrings>
Thanks & Regards Anil Kumar Pandey
|
| Author: D.Jeya kumar(JK) 26 Jun 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi,
Add the server name in the web config where Data Source=Servername and check the remote access to the sql server is allowed or not
Regards JK
|
| Author: R.Jaya kumar (JK) 26 Jun 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi
thanks to all
thanks kumar
Thanks and Regards Jayakumar
Do not forget to Rate the post...
|