Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Frnds,

I have deployed the software in my local connection string.. but another system i installed network error problem.. how connection string takes automatically in another system..



With Regards,
Vino
Posted
Comments
Vedat Ozan Oner 4-Mar-14 8:05am    
there are many questions&answers exactly the same with your question in codeproject. moreover there are many articles about the subject. please search them first.
Richard MacCutchan 4-Mar-14 8:23am    
Check your string to see that it refers to the correct server address.

1 solution

You can't have the connection string change automatically. Part of your deployment will be to update the connection string manually, hopefully stored in your .config file. You'll have to tell it how to connect to the db.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900