This documentation is archived and is not being maintained.
HttpRuntimeSection::WaitChangeNotification Property
Visual Studio 2010
Gets or sets the waiting time before the next change notification.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"waitChangeNotification", DefaultValue = )] [IntegerValidatorAttribute(MinValue = )] public: property int WaitChangeNotification { int get (); void set (int value); }
Property Value
Type: System::Int32The waiting time, in seconds, before the next change notification that triggers an application domain to restart. The default value is 0.
A suggested value for WaitChangeNotification 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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, 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:
Note