您的位置:首页 > 其它

Silverlight4-RIAServices开发记事2-如何解决传输大量对象时的NotFound问题

2011-04-05 16:42 447 查看
http://social.microsoft.com/Forums/zh-CN/silverlightzhchs/thread/859f8920-2511-4e24-b960-55353cafba57

http://forums.silverlight.net/forums/t/148523.aspx

<system.serviceModel>
<services>
<service name="YOURPROJECT.Web.YOURSERVICE"
behaviorConfiguration="YOURPROJECT-Web-YOURSERVICE">
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name="YOURPROJECT-Web-YOURSERVICE">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
<dataContractSerializer maxItemsInObjectGraph="655360"/>
</behavior>
</serviceBehaviors>
</behaviors>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: