debug=true in .svc file?
Posted
by JohnW
on Stack Overflow
See other posts from Stack Overflow
or by JohnW
Published on 2010-05-26T19:53:58Z
Indexed on
2010/05/26
20:01 UTC
Read the original article
Hit count: 225
wcf
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.
© Stack Overflow or respective owner