ProgrammingDude
ProgrammingDude

Reputation: 597

WCF and updating svcutil proxy

I have a WCF service that I am running on a local server. This is something of a development server that we can test on. My service runs fine. I have generated a .cs file using svcutil.exe. We will eventually move this service to a customer's production server. My question is as follows: What is the proper way to handle the svcutil proxy class in this situation. We are wanting to deploy our updated application to use the WCF service at the same time we are deploying our WCF service onto the production server. Is there any way to do that or will I have to have the service running and generate a new proxy using that service? All help appreciated.

Upvotes: 0

Views: 28

Answers (0)

Related Questions