views:

15

answers:

0

When I deploy my c# console application (with the .config.exe), everything in the console app (like database connection string) is seemingly working fine.

However, when it makes a call to a webservice, it's using the url we use in development and not the production url in the app.config .. The service is set to dynamic.. Any ideas?