HttpRuntimeSection::RequireRootedSaveAsPath Property
.NET Framework (current version)
Gets or sets a value that indicates whether the file name must be a fully qualified physical file path.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("requireRootedSaveAsPath", DefaultValue = true)] property bool RequireRootedSaveAsPath { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the file name must be a fully qualified physical file path; otherwise, false. The default value is true.
The RequireRootedSaveAsPath property specifies whether the file name argument to SaveAs methods must be a rooted path. The ASP.NET process must have permission to create files in the specified location.
For more information, see the save methods defined in the Configuration class.
.NET Framework
Available since 2.0
Available since 2.0
Show: