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...