See this answer for info on WCF logging. You can log to a file, and there is a special viewer to make reading the logs easy.
Your windows configuration file is named AppConfig.xml rather than WebConfig.xml and lives in the bin folder alongside the exe file. Within Visual Studio there is a "top level" AppConfig file that VS copies to the bin folder when you compile. You may need to add the AppConfig file to your project -- it is a special file type in the Add Item dialog.
+tom
