ApplicationPoolProcessModel.StartupTimeLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.