Browse by Tags
All Tags »
WCF (
RSS)
More than two years ago I wrote a blog post about deploying WCF services using a Web Setup project. Back then it wasn’t an easy task to get services deployed using it. Especially the UI customization of the installation wizard dialog gave me some...
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...
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...
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...
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...