by Mikael Henriksson
6. February 2010 15:43
I recently felt the need to log incoming and outgoing messages from WCF without cluttering my operation contract implementations. I believe that this type of “debug” logging in the early stages of a project should if possible be done generically and externally. First of all I started out...
[More]
ef86618d-1d6f-43e7-8a21-36123c7ed353|0|.0
Tags: WCF
WCF
by Mikael Henriksson
25. November 2009 11:57
If found this to be helpful
Run an elevated command prompt
Run the following command:
"%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y
Last and also very important is the need for a base address, it seems IIS 7 does not figure this o...
[More]