DefaultHttpHandler.OverrideExecuteUrlPath Method
Assembly: System.Web (in system.web.dll)
The OverrideExecuteUrlPath method returns a null reference (Nothing in Visual Basic) unless it is overridden in a class that is derived from the DefaultHttpHandler class.
The OverrideExecuteUrlPath method is called only if ASP.NET is running in native mode on IIS, and if the response was not modified before the DefaultHttpHandler object was called. The response is modified by any of the following.
-
Calling System.Web.HttpResponse.Write.
-
Calling HttpResponse.AddHeader.
-
Calling HttpResponse.Flush.
-
Changing the cache policy for the response.
-
Adding a Stream object as a filter to the HttpResponse.Filter property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.