ApplicationPool.AutoStart 属性

定义

获取或设置一个值,该值指示当前应用程序池是否在 IIS 启动时自动启动。

public:
 property bool AutoStart { bool get(); void set(bool value); };
public bool AutoStart { get; set; }
member this.AutoStart : bool with get, set
Public Property AutoStart As Boolean

属性值

true 如果应用程序池应自动启动,则为 ;否则为 false。 默认为 true

注解

值 指示 true 应用程序池应在创建或 IIS 启动时自动启动。

适用于