我正在使用Topshelf创建一个WebJobs服务,并考虑将其与windows SDK集成。有谁能告诉我如何设置的正确方向吗?谢谢!
发布于 2017-04-11 17:06:35
正如您所提到的,您需要使用TopShelf来创建windows服务。由于WebJos已连接到WebApp和WebApp is SandBox,因此.It不允许我们在其上安装windows服务。
如果您想使用TopShelf,请尝试使用Azure CloudService or Virtual machine作为解决方法。
https://stackoverflow.com/questions/43269774
复制相似问题