IIS7自动启动时自动启动应用程序/global.asax/wcf服务

发布于 2025-01-03 02:34:17 字数 400 浏览 0 评论 0原文

谢谢您的宝贵时间:) 如果之前有人问过这个问题,我很抱歉,我真的需要澄清。

环境: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

您的 Windows Server 版本实际上有 IIS 7.5,所以您很幸运。查看新的自动启动功能:

自动启动功能

AppFabric 的自动启动功能构建在 Internet Information Services (IIS) 7.5 的自动启动功能之上,后者包含在 Windows 7 和 Windows Server 2008 R2 中。在 IIS 中,您可以将应用程序池及其全部或部分应用程序配置为在 IIS 服务启动时自动启动。

You Windows Server version actually has IIS 7.5, so you are in luck. Check out the new Auto Start feature:

Auto-Start Feature

The auto-start feature of AppFabric is built on top of the auto-start feature of Internet Information Services (IIS) 7.5, which is included in Windows 7 and Windows Server 2008 R2. In IIS, you can configure an application pool and all or some of its applications to automatically start when the IIS service starts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文