随笔分类 - WCF
摘要:HTTP could not register URL http://+:9999/WCFService/. Your process does not have access rights to this namespace http 不能注册wcf 服务,没有权限访问的解决方法:以管理员方式打开cmd.exe , 执行命令行:netsh http add urlacl url=http://+...
阅读全文
摘要:如上图,解决办法如下 : 按如图所示,将里面的子节点全部勾上,即可 另外,default app pool 选择集成模式
阅读全文
摘要:Previously, in MSMQ, WCF and IIS: Getting them to play nice: In Part 1, we built a client and IIS-hosted service application and got them communicating over MSMQ using WCF's NetMsmqBinding. In Part 2,...
阅读全文
摘要:Welcome back! In Part 1 of this tale, we'd successfully configured a WCF client and an IIS-hosted service to communicate via MSMQ on the same machine. But we're only half done. As you may recall, our ...
阅读全文
摘要:A few weeks ago I posted an article describing how my current team built a publish/subscribe message bus using WCF and MSMQ. At that time we had only deployed the application in a single-server test e...
阅读全文
摘要:In recent years there has been a lot of talk about event-driven architecture as a technique to build more scalable and maintainable systems. I've found this to be a very interesting pattern that makes...
阅读全文
摘要:wcf服务代理层可以通过basichttpbanding,wshttpbanding等绑定, 也可以通过引用wcf服务,生成异步代理 1, 2, 点击高级
阅读全文
摘要:wcf服务代理层可以通过basichttpbanding,wshttpbanding等绑定, 也可以通过引用wcf服务,生成异步代理 1, 2, 点击高级
阅读全文
只有注册用户登录后才能阅读该文。