IIS7自动启动时自动启动应用程序/global.asax/wcf服务
谢谢您的宝贵时间:) 如果之前有人问过这个问题,我很抱歉,我真的需要澄清。
环境:server 2008 R2 64bit
基本上我试图做的是创建一个自治应用程序,即使服务器重新启动也会加载。
我继续编写了一个 wcf 服务来完成工作负载。
我所需要的只是一个可以启动一个 Web 方法的触发器。即使网站未加载(访问),它也需要触发。
到目前为止,我发现的所有内容都是注册表编辑,可能还有批处理文件。我真的不喜欢这个主意,我希望我能做点别的事情。
我希望在 iis7 中找到一些可以调用服务中的 global.asax 文件或 AppInitialize() 的东西。
我能够让它启动的唯一方法是我自己访问该应用程序。
感谢您的帮助!
:)
Thank you for your time :)
I'm sorry if this has been asked before, I just really need clarification.
Environment: server 2008 R2 64bit
Basically what im attempting to do is create an autonomous application that will load even if the server reboots.
I went ahead and wrote a wcf service that will do the workload.
All I need is a trigger that will start one web method. It needs to fire even if the website isnt loaded (visited).
So far all ive found are registry edits, and possible a batch file. I really dont like the idea and I wish I could do something else.
I was hoping to find something in iis7 that would either call the global.asax file or AppInitialize() in the service.
The only way ive been able to get it to fire is if I visit the application myself.
Thanks for any help!
:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 Windows Server 版本实际上有 IIS 7.5,所以您很幸运。查看新的自动启动功能:
自动启动功能
You Windows Server version actually has IIS 7.5, so you are in luck. Check out the new Auto Start feature:
Auto-Start Feature