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 下的表单身份验证托管 nodejs 应用程序。我已经安装了可供下载的应用程序预热模块,并且当不使用表单身份验证时,它工作正常 - > node.exe 在预热阶段被加载。
现在,当激活表单身份验证时,重定向到某些日志记录页面(在 nodejs 应用程序之外)会阻止在 w3wp.exe iis 进程中调用和预加载 node.exe。
任何想法如何在热身阶段强制加载 node.exe 模块?
我终于通过查看https://peterheibrink.wordpress.com/2012/05/06/warm-up-script-for-form-based-authentication-fba-sharepoint- sites/ 让它工作了