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.
我们能否在 IIS 服务器上运行使用 METRO Web 服务堆栈创建的 Web 服务,而不是 Glassfish 或 tomcat?
你的问题真的没有意义。Metro Web 服务是基于 Java 的,它们与 IIS 无关,因此您不能在 IIS 上运行它们。但是,您可以在 WCF 中实现相同的逻辑并将其托管在 IIS 上。您还可以从 WCF 调用 Metro Web 服务。