This documentation is archived and is not being maintained.
HttpRuntimeSection::MaxWaitChangeNotification Property
Visual Studio 2010
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 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