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 7.5 的“应用程序初始化”模块(已嵌入到IIS 8中)和 serviceAutoStartProviders,它们可以设置为在应用程序加载时初始化服务。
我想知道当应用程序具有 AppOffline.aspx 时 serviceAutoStartProviders 会发生什么,无论出于何种原因关闭该应用程序。提供程序是否仍在运行,或者没有?就我而言,我有一个提供程序,我不想在更新应用程序时运行它 - 我在更新应用程序时使用 AppOffline.aspx。
快速测试,即使在应用程序目录中找到 App_Offline.htm,serviceAutoStartProviders 似乎也会运行。