debug=true in .svc file?
- by JohnW
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.