码迷,mamicode.com
首页 >  
搜索关键字:WCF    ( 2341个结果
wcf事务
wcf服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Service...
分类:其他好文   时间:2014-06-18 19:06:34    阅读次数:222
WCF不支持 ASP.NET 兼容性 解决办法
错 误提示:无法激活服务,因为它不支持 ASP.NET 兼容性。已为此应用程序启用了 ASP.NET 兼容性。请在 web.config 中关闭 ASP.NET 兼容性模式或将 AspNetCompatibilityRequirements 属性添加到服务类型且同时将 RequirementsMod...
分类:Web程序   时间:2014-06-18 17:24:57    阅读次数:171
使用wcf的双工模式做的一个控制台聊天app
//wcf 服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Serv...
分类:移动开发   时间:2014-06-18 16:04:35    阅读次数:335
WCF、Web API、WCF REST、Web Service 区别
Web Service It is based on SOAP and return data in XML form. It support only HTTP protocol. It is not open source...
分类:Windows程序   时间:2014-06-18 11:04:33    阅读次数:336
WCF服务部署到IIS7.5
WCF服务部署到IIS7.5
分类:其他好文   时间:2014-06-17 15:38:27    阅读次数:490
未能从程序集System.ServiceModel, Version=3.0.0.0问题解决
这个问题应该是我在windows8中使用iis8时候碰到的,iis8默认的.net版本是4.5,可能是后来用wcf的时候开启了.NET Framework 3.5 WCF HTTP 激活,则会发生此错误。具体也没深究,网上解决办法还是很多的,微软的官方也有说明http://msdn.microsof...
分类:其他好文   时间:2014-06-17 13:22:14    阅读次数:408
WCF Service Configuration Editor的使用
WCF Service Configuration Editor 的使用
分类:其他好文   时间:2014-06-14 22:39:38    阅读次数:286
WCF中配置文件解析
WCF中配置文件解析2014-06-14WCF中配置文件解析参考WCF中配置文件解析返回在WCF Service Configuration Editor的使用中,我们通过配置工具自动生成了WCF服务端的config文件。现在我们来看下这个配置文件各个标签的意义: 1 2 3 4 ...
分类:其他好文   时间:2014-06-14 16:59:00    阅读次数:241
解决android调用IIS Express中的WCF服务时,出现错误400问题
IIS Express仅支持localhost主机名地址访问。 找到IIS Express Config文件下的 applicationhost.confi 修改配置 再来调试android应用,发下已经成功调用
分类:移动开发   时间:2014-06-14 16:23:52    阅读次数:264
WCF注册Windows Service
WCF注册Windows Service2014-06-14WCF注册Windows Service返回在前面创建一个简单的WCF程序,我们把WCF的服务寄宿到了Host这个控制台项目中了。下面将介绍如何把WCF的服务寄宿到Windows服务中:1. 删除原来Host控制台项目,然后在solutio...
分类:Windows程序   时间:2014-06-14 15:53:03    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!