by Mikael Henriksson
30. October 2010 18:22
The goal of this post It took me some time to figure out how to have WCF services running inside an MVC website so I want to show you that but at the same time I want to show a smart way you can use Linq to remove some unnecessary code and at the same time make the code more readable and clear. ...
[More]
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]
5abdb86c-e1fa-4ba9-b58a-6607aee587a6|1|5.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]