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 中的 WCF 服务,并使用 WPAS 将消息从 MSMQ 发送到它。我想在 Windows 服务中托管该服务。当它作为 Windows 服务托管时,WPAS 是否仍会向它发送消息?
我不这么认为。WPAS 已集成并与 IIS 一起使用。如果您在 Windows 服务中托管您的服务,那么操作系统将负责启动和停止您的服务。但是如果你想要额外的功能,你必须为它添加代码