Debug = true in .svc file?
2 answers
Quote from http://msdn.microsoft.com/en-us/library/aa967286.aspx :
Debugging
Indicates whether the Windows Communication Service (WCF) should be combined with debugging symbols. true if the WCF service must be compiled with debugging symbols; otherwise false.
Without debugging symbols, it will be more difficult to debug services.
+6