Tag Archives: wcf

The remote certificate is invalid according to the validation procedure wcf

Sometimes the Microsoft tools are too clever for their own good. We have a WCF service which we wanted to move to SSL. The problem was: having changed the WCF security configuration to Transport, and obtaining and configuring a certificate … Continue reading

Posted in WCF | Tagged , | Leave a comment

SignalR

Wow. I just looked at Signalr again… Just added the Git package to a web application, added the git package for the stock ticker example, fixed the bug on the stockticker html page that referenced the wrong version of the … Continue reading

Posted in C# | Tagged , , , | Leave a comment

WAS net.tcp

Another reminder. If you are using WAS to host a WCF service using net.Tcp, make sure the net.tcp listener and net.tcp port sharing services are set to run on the deployment machine. They are disabled by default. Connection refused is … Continue reading

Posted in WCF | Tagged , , | Leave a comment