How do I run an application that is binding to a local database to use binding on any machine.
How do I run an application that is binding to a local database to use binding on any machine.
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.