How to change settings for a binding Source?

0

How do I run an application that is binding to a local database to use binding on any machine.

    
asked by anonymous 31.01.2014 / 12:31

1 answer

1

C # projects typically store connection strings within a .config file at the root of the application. It's usually just a matter of putting a connection string that references an external machine, rather than the local machine.

If it is a web project, the file is web.config if desktop is app.config .

The question was not very clear to me ... but if it is not it tell me through the comments.

    
31.01.2014 / 13:04