上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 400 下一页
摘要: 服务和行为是并列的对应到配置文件中 wcf的配置在system.serviceModel中可以有多个服务一个服务会有一个主机以及多个终结点主机包含多个基址 baseAddress终结点,由三部分组成 地址,绑定,契约 Address,Binding,Contract行为可以包含多种,目前只用服务行... 阅读全文
posted @ 2015-07-16 17:13 ChuckLu 阅读(408) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/hk90416s(v=vs.110).aspx VS中自带的只能提示,一个类继承自某一个接口。 由VS为类生成接口所要求的方法 using System; using System.Collections.Generi 阅读全文
posted @ 2015-07-16 14:51 ChuckLu 阅读(346) 评论(0) 推荐(0)
摘要: So far in this chapter,I have shown you different ways to create services,how to expose a service endpoint and metadata exchange endpoint,how to gener 阅读全文
posted @ 2015-07-16 14:02 ChuckLu 阅读(687) 评论(0) 推荐(0)
摘要: 解决方案,把新建的网站的app.config修改下配置把false改为true之后再启动客户端的话,会提示这个Security Warning: Attaching to a process owned by an untrusted user can be dangerous. If the fo... 阅读全文
posted @ 2015-07-16 10:42 ChuckLu 阅读(1197) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/aa347733.aspx The ServiceModel Metadata Utility tool is used to generate service model code from metadata doc 阅读全文
posted @ 2015-07-16 09:31 ChuckLu 阅读(582) 评论(0) 推荐(0)
摘要: IIS8中部署WCF服务出错:HTTP 错误 404.3 - Not Foundhttp://www.cnblogs.com/xwgli/archive/2013/03/15/2961022.html解决方法,以管理员身份进入命令行模式,运行:"%windir%\Microsoft.NET\Fram... 阅读全文
posted @ 2015-07-15 21:21 ChuckLu 阅读(332) 评论(0) 推荐(0)
摘要: win7上设置默认website的物理路径 阅读全文
posted @ 2015-07-15 15:51 ChuckLu 阅读(792) 评论(0) 推荐(0)
摘要: How messages reach a service endpoint is a matter of protocols and hosting. IIS can host services over HTTP protocol,the Windows Activation Service (W 阅读全文
posted @ 2015-07-15 15:29 ChuckLu 阅读(469) 评论(0) 推荐(0)
摘要: subtree出现,是为了取代submodule http://wenku.baidu.com/link?url=ola85Z5tIXJpxCjLTk-dcO81ayXLs68_y6dsmXIa0niF8vWlnAtnEEiZTGlzCNk1G_g36UYNHUBpu9oszONFNB54LNzo3 阅读全文
posted @ 2015-07-15 10:35 ChuckLu 阅读(1768) 评论(0) 推荐(0)
摘要: In the previous lab,you created a service and client from scratch without leveraging the tools available to WCF developers. Although this helps you to 阅读全文
posted @ 2015-07-14 17:29 ChuckLu 阅读(539) 评论(0) 推荐(0)
上一页 1 ··· 364 365 366 367 368 369 370 371 372 ··· 400 下一页