In Visual Studio, under Connected Services, right click on the service you want to update and choose “Update….”.
Tag: WCF
FaultException with WCF
One of the reasons why a connection to WCF services cannot be made due to security issue is due to time difference between the client and the server machine.
If you found this issue, synchronizing the time between the client and the server may resolve it.
Web Service Host for WCF doesn’t work
If you open a WCF Solution that uses a web site to host the WCF services and the services cannot be browsed when opening using a web browser (showing HTTP error 403.1 not found), try turning on HTTP Activation feature.
On Windows server, go through server manager.
On Windows desktop, search for turn Windows features on or off, Under .NET Framework Advanced Services -> WCF Services -> HTTP Activation. Check HTTP Activation to enable it, and click OK.
This really wasn’t apparent at first and I thought there was some issues with the config files.
WCF cannot activate service
Check in Event Viewer to see if there are any errors logged, then try to diagnose this issue.