HttpRuntimeSection::MaxWaitChangeNotification Property
Gets or sets the time interval between the first change notification and the time at which the application domain is restarted.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"maxWaitChangeNotification", DefaultValue = )] [IntegerValidatorAttribute(MinValue = )] public: property int MaxWaitChangeNotification { int get (); void set (int value); }
Property Value
Type: System::Int32The maximum time interval, in seconds, from the first change notification and the time when the application domain is restarted.
A suggested value for the MaxWaitChangeNotification property would exceed the length of time to complete a copy during the deployment process.
Note: |
|---|
The content might appear cached if you view it immediately after a copy-and-deploy process. This is typical behavior. The changes take effect when the wait period that you specified has elapsed. |
| Topic | Location |
|---|---|
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
| Walkthrough: Deploying an ASP.NET Web Application Using XCOPY | Building ASP .NET Web Applications |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: