HttpRuntimeSection::RelaxedUrlToFileSystemMapping Property
Gets or sets a value that indicates whether the URL in an HTTP request is required to be a valid Windows file path.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"relaxedUrlToFileSystemMapping", DefaultValue = false)] public: property bool RelaxedUrlToFileSystemMapping { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if the URL does not have to comply with Windows path rules; otherwise false. The default is false.
The RelaxedUrlToFileSystemMapping property determines how the URL in an incoming HTTP request will be validated. If this property is false, the URL is validated by using the same rules that determine whether a Windows file system path is valid.
You can set this value in a configuration file by setting the RelaxedUrlToFileSystemMapping attribute of the httpRuntime element. For more information, see httpRuntime Element (ASP.NET Settings Schema).
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.