17
我在配置文件中有以下內容,我試圖在C#中找到相應的位,因爲我有一個完全以編程方式配置的服務。我應該尋找什麼類/財產/方法?WCF IncludeExceptionDetailInFaults編程?
謝謝。
<behaviors>
<serviceBehaviors>
<behavior name="ServiceGatewayBehavior">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="true"/>
</behavior>
</serviceBehaviors>
</behaviors>