Logging WCF messages generically

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]

Tags:

WCF

Hosting WCF in IIS 7.0 / Windows 2008

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]

Tags:

WCF | Windows Server