Our WCF svc files contain the following:
<%@ ServiceHost Service="Foo"
Factory="Bar"
Language="C#"
Debug="true" %>
What does debug=true mean in this case? web.config has debug=false, but I don’t know what this one means and can’t find a reference on MSDN.
Quoting http://msdn.microsoft.com/en-us/library/aa967286.aspx:
Without debug symbols, it’ll be harder to debug the services.