Spiga

随笔分类 -WCF

IIS7中Host WCF遇到的问题

2009-09-03 05:55 by Timothy Ye, 392 visits, 网摘, 收藏, 编辑
摘要:最近重装了系统,用上了Windows 7,在IIS7中Host WCF Service的时候,遇到一个比较奇怪的问题,当在站点下面添加应用,指向WCF的目录后,访问.svc文件,浏览器提示以下错误:   The page you are requesting cannot be served because of the extension configuration. If the... 阅读全文

Host WCF Service in WAS

2008-12-11 11:35 by Timothy Ye, 149 visits, 网摘, 收藏, 编辑
摘要:WAS 是 Windows (Process) Activation Service 的缩写,是Windows Vista中所新增的一种进程宿主模型。WAS作为 IIS7.0 特有的新增功能,和以前IIS 6.0的功能相比更加强大,因为它提供并支持除HTTP之外的更多协议,比如TCP方式和Pipe(管道)方式。以下的文中,都把Windows (Process) Activation Service... 阅读全文

利用IIS作为宿主 发布你的WCF Service

2007-03-07 23:39 by Timothy Ye, 8348 visits, 网摘, 收藏, 编辑
摘要:使用IIS作为WCF Service的宿主 阅读全文