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

I have deployed one application in my local system.. but that deployed s/w install in another system. it makes connection string problem. how to take connection string in local system automatically during install the s/w.


With Regards,
Vino
Posted

1 solution

For that you need to have database on your server. So that connection string you can use in other application as well.

See here[^] for example.

-KR
 
Share this answer
 
Comments
Member 10611310 3-Mar-14 3:41am    
in this i wil connect locally.. suppose install 2 more system.. can i connecting to server system with same con str. application
Krunal Rohit 3-Mar-14 3:50am    
As I said, you need to have database on the server.

-KR
Member 10611310 3-Mar-14 4:17am    
k
Krunal Rohit 3-Mar-14 9:00am    
Or you may go for web services and consume that service on different clients.

-KR

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