RouteCollection.RouteExistingFiles Property
.NET Framework 4.5
Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.
Namespace: System.Web.Routing
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.