Where did you put the URL to the endpoint? If it is in the root config file for your app then you should be fine. However if you put it in the *.debug.config file then it only applies to debug builds. You would also need to put it in the *.release.config file so the release mode would have it. If it is the same in both configurations then move it into the root *.config file instead.
While build app on release mode the wcf end point having issues. All Good in debug mode
Manu Michael Samuel
131
Reputation points
Hi all,
Am facing an issue with the WCF service. All good in debug mode. After building it in release mode and run the app having problem in WCF endpoint. Providing the images.
Debug Mode Image
Release Mode Image