System.Web.Configuration.HttpRuntimeSection.RequireRootedSaveAsPath Property

Gets or sets a value that indicates whether the file name must be a fully qualified physical file path.

Syntax

[System.Configuration.ConfigurationProperty("requireRootedSaveAsPath", DefaultValue="True")]
public bool RequireRootedSaveAsPath { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.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 System.Configuration.Configuration class.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0