4
小糊塗看我的app.config,它看起來像這樣:在我的WCF的app.config設置的SendTimeout
<system.serviceModel>
<servcies>
<service>
<endpoint address="" binding="basicHttpBinding">
<identity>
<dns value="localhost"
</identity>
<endpoint>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior>
...
</behavior>
</serviceBehaviors>
</beharviors>
</system.serviceModel>
確切位置在哪裏我想補充我的綁定標記到的SendTimeout值設置爲大超過1分鐘?