This documentation is archived and is not being maintained.
RouteCollection.RouteExistingFiles Property
Visual Studio 2010
Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if ASP.NET routing handles all requests, even those that match an existing file; otherwise, false. The default value is false.
Although this value can be changed dynamically, any change made after a service has been activated will be ignored when using ASP.NET routing integration. For more information, seeASP.NET Routing Integration.
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: