Thursday, December 15, 2005 - Posts

WCF: WsHttpBinding, UserName Security and the "Exception identity check failed for outgoing message" error.

I've moved on from playing with WCF Transport security and started trying to look at message security. I configured my service like this;   <services> <service type="Implementation"> <endpoint address ="http://localhost:9200/service" contract="IServe" Read More

WCF: Tracing and Diagnostics

When I first saw a WCF build I had a play around with the tracing capabilities and, at the time, I wasn't particularly impressed. It might have been the build of the tracing viewer tool, it might have been my lack of knowing what to do or a combination Read More

TweakUI: Applications Stealing Focus

I'd forgotten that I needed this.   One of my pet hates is the way in which I'm typing away in a Word document or an email and some other application leaps to the foreground with a dialog which has a couple of buttons on it and I press the space bar into Read More

WCF: HTTP Transport Security and Custom Authentication

In the WCF there are 2 modes of security - transport and message where the former pushes the work down to the transport layer (HTTPS etc) and the latter pushes the work into the SOAP layer and works across multiple networking hops and so on.   When you Read More