0
Are you saying that Host=host will change wherever your application is deployed? If so, there are several ways you could implement it. A common way is using an xml configuration file. Using this, there will be a file associated with the executable that will contain the necessary host information to make a connection.
If host is all that is changing, you could also just have the host be an argument that is passed to the application upon startup.