2017-03-06 38 views

回答

2

添加位置元素和設置的設置似乎有這樣的伎倆

<location path="MyService.asmx"> 
<system.webServer> 
    <security> 
    <requestFiltering > 
     <requestLimits maxAllowedContentLength="102400000"/> 
    </requestFiltering> 
    </security> 
</system.webServer> 

如果有另一個/更好的解決方案隨意發帖

相關問題