IIS:Web应用程序热身应用程序、IIS、Web

2023-09-02 01:46:24 作者:南城以南青如衫

IIS复位后,先打花费很长的时间,因为程序池开始和其它.NET组件,DB连接初始化。

After IIS reset, first hit taking a long time because AppPool is starting and other .NET components, DB connections are initializing.

什么是热身IIS应用程序和preLOAD所需组件的最佳方法(如GAC组件,WCF,WWF库)

What would be the best way to warm up IIS applications and preload required components (e.g. GAC Assemblies, WCF, WWF libraries)

我的工作在IIS 6,在Windows 2003服务器的x64

I'm working on IIS 6, Windows 2003 server x64

(我知道有是IIS 7的热身模块,但我在IIS上6.how在IIS 7中预热模块的内部工作原理?)

(I know there is warmup module for IIS 7, but I'm on IIS 6.how that warmup module in IIS 7 works internally?)

推荐答案

在热身脚本的一些提示:

Some tips on warm up scripts:

http://www.andrewconnell.com/blog/archive/2006/08/21/3882.aspx

在IIS站点更多信息:

More info on the IIS site:

http://blogs.iis.net/steveschofield/archive/2009/05/30/application-pool-warm-up.aspx

查看最新的新闻栏目在这里下的自动启动Web应用程序:

Check out the latest news under "Auto-Start Web Applications" section here:

http://www.asp.net/LEARN/whitepapers/aspnet4/default.aspx