Category Archives: Troubleshooting
Tracing internal traffic from .NET applications with Fiddler
Today I had an interesting situation. I had the need to see the requests and responses internal to my Asp application. Now normally one can use fiddler to see the requests and response to your application but how does one see http requests that the application might be making internally between itself and other components? After… Read More »
Keyset does not exist
The “Keyset does not exist” error occurs when a process is trying to manage the private keys of a certificate but the process does not have permission to do so.
The queue does not exist
WIF Tracing \ Troubleshooting
I was having some issues today with a WS Federation implementation using a passive STS. I was logging onto the STS but when the browser redirected back to the client after a login, the client rejected the token and redirected me back to the STS again. There was no error message and after searching online… Read More »
Troubleshoot WCF Security connectivity
WCF Connection Test Utility
WCF Service with net.tcp binding using tcp port sharing through IIS may become unresponsive
The remote server did not satisfy the mutual authentication requirement.
Check the SPNs of the client end point inside the wcf configuration file. Make sure that the destination endpoint is defined correctly. This can be caused by requiring kerberos authentication where is it not possible. In this case make sure that allowntlm is enabled for the particular service. Keep in mind that Kerberos caches the SPN… Read More »
WCF Multi-Domain certificate bug
I was battling with the WCF services at work the other day, trying to get a our services to function on our test server that was using a multi-domain certificate. I could not get the multi domain certificate to work with message security. It kept on giving the following error message. Identity check failed for outgoing… Read More »