.net Question about publishing webservice

I have a web service that exists on an asp.net website. When I publish the site to the test server, I have to go to the bin folder and the .svc file for the service and manually change the URL to display the test server URL correctly. Is there a better way to handle something like this?

0


source to share


1 answer


You can always run the build tool to automatically do this for you.



+1


source







All Articles