ApplicationPoolProcessModel.StartupTimeLimit Property

Definition

Gets or sets the period of time that IIS waits for an application pool to start.

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

Property Value

A TimeSpan value that specifies the period of time that IIS waits for an application pool to start. The default is 1 minute, 30 seconds.

Applies to