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.
我有一个 WCF 服务和一个需要同时运行的 WorkerRole。但是,我只能将其中一个设置为 StartUp 项目。
可以做些什么?
您不应该将您的任何一个角色设置为启动项目。相反,您应该将云项目本身设置为启动项目。然后,您可以在两个角色中设置断点。
为了进行测试,我刚刚创建了一个带有 WCF Web 角色和 Worker 角色的全新云项目。我在每个的 OnStart() 中设置了一个断点,并击中了两个断点。