Jean-Paul Smit

Azure - BizTalk - WCF- WF

Browse by Tags

All Tags » WCF (RSS)
Deploying a WCF Service using a Web Setup Project
With this blog post I hope I can save others some time and besides that it is also nicely stored for me in case I need it again. For my current project I’m building some WCF services. One of the requirements is to have a MSI to hand-over to the system...

Posted Mon, Mar 29 2010 10:58 PM by Jean-Paul Smit | 3 comment(s)

Filed under: , ,

[WCF] Fault contracts
While setting up a default environment for WCF development, I thought it would be a good idea to also include something about fault contracts. A fault contract is an exception class the service can throw to the client containing specific exception information...

Posted Wed, Mar 21 2007 11:34 AM by Jean-Paul Smit | 2 comment(s)

Filed under:

[WCF] Great tools in SDK
While browsing the WCF SDK I found two great tools: Microsoft Service Configuration Editor Microsoft Service Trace Viewer The configuration editor helps you with the confguration files that you need with WCF. It simplyfies editing those files significantly...

Posted Wed, Jan 24 2007 10:58 PM by Jean-Paul Smit | 1 comment(s)

Filed under: , ,

WCF: HTTP 404 when hosted in IIS
While playing with WCF I ran into someting when I wanted to host the service in IIS. I created a 'service.svc' in a folder, added a web.config, created a bin folder to put the assembly in, and added a website to that folder in IIS. According to the MSDN...

Posted Wed, Jan 17 2007 10:35 AM by Jean-Paul Smit | with no comments

Filed under: ,