Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Azure WebRole (MVC) 中托管 WCF 服务?
还; 我假设不支持 net.tcp。
你是对的,net.tcp 不能在 Web 角色中工作(所有输入端点都必须是 HTTP)。但是 net.tcp 应该可以在工人角色中正常工作。
是的。
在 Web 项目中托管 WCF 服务通常更容易一些。特别是当您有多个 WCF 服务时。