Hi! I need to deploy a WCF service where the user specifies some configuration data. Let me explain: the service connects to a web server and the user should specify IP and port of that server. How could I do it?
A solution could be to develop a tool which allows the user to create the configuration file and to "say" the service where to get it back.
So basically create installation packages with the service and the configuration file.
Thanks Federico