I am working on windows forms application using c#.net. i have developed an application that uses sql database as backend. Using local server i am working.Now I need work on client machine who have server on the network(non server machine).How can i work with non server machine).
Please guide me.
Modify your connection string. Instead of localhost or “.” or your machine name, use the server machine name and sqlinstance name. More about connection strings, check http://www.connectionstrings.com