This documentation is archived and is not being maintained.

SessionStateSection::SqlConnectionRetryInterval Property

Gets or sets the time interval that should elapse before ASP.NET reconnects to the database.

Namespace:  System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute(L"sqlConnectionRetryInterval", DefaultValue = L"00:00:00")]
[TypeConverterAttribute(typeof(TimeSpanSecondsOrInfiniteConverter))]
public:
property TimeSpan SqlConnectionRetryInterval {
	TimeSpan get ();
	void set (TimeSpan value);
}

Property Value

Type: System::TimeSpan
The time interval that should elapse before ASP.NET reconnects to the database.

The SqlConnectionRetryInterval specifies the time interval in seconds before reconnecting to the database when a connection error has occurred.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: