没有合适的资源?快使用搜索试试~ 我知道了~
Silverlight项目(WCF)详细配置

温馨提示
文档讲述Silverlight+WCF的详细配置,支持WCF地址动态改变。文档中包含:配置文件书写,读取地址方法,引用服务等方法
资源推荐
资源详情
资源评论











Silverlight 项目(WCF)详细配置
配置文件的处理
<conguraon>
<system.web>
<compilaon debug="true" targetFramework="4.0" />
<h%pRunme maxRequestLength="102400" execuonTimeout="3600" />
</system.web>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<!--DBService-->
<behavior name="SERVER.Web.ServiceBehavior">
<serviceMetadata h%pGetEnabled="true"/>
<serviceDebug includeExceponDetailInFaults="true"/>
<dataContractSerializer maxItemsInObjectGraph="2147483647"/>
<serviceThro%ling maxConcurrentCalls="200" maxConcurrentSessions="1000"
maxConcurrentInstances="50000" />
</behavior>
</serviceBehaviors>
</behaviors>
<bindings>
<basicH%pBinding>
<binding name="BasicH%pBinding_Service" maxBu@erSize="2147483647"
maxBu@erPoolSize="2147483647" maxReceivedMessageSize="2147483647">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
maxArrayLength="2147483647" maxBytesPerRead="2147483647"
maxNameTableCharCount="2147483647"/>
</binding>
</basicH%pBinding>
</bindings>
<serviceHosngEnvironment aspNetCompabilityEnabled="true"/>
<services>
<service behaviorConguraon="SERVER.Web.ServiceBehavior"
name="SERVER.Web.Service">
<endpoint address="" binding="basicH%pBinding"
bindingConguraon="BasicH%pBinding_Service" contract="SERVER.Web.Service"/>
<endpoint address="mex" binding="mexH%pBinding" contract="IMetadataExchange"/>
</service>
</services>
</system.serviceModel>
</conguraon>
资源评论

- HAOOO0002014-12-28这个 。。。表示下载下来还会不会用呢 。。。百度另外找了资料已解决
- 白杨湖2013-12-26下载下来不知道怎么用了,呵呵呵,最好有一个guid

sunny007sun
- 粉丝: 0
- 资源: 3
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


安全验证
文档复制为VIP权益,开通VIP直接复制
