CompilationSection.TempDirectory Property
.NET Framework (current version)
Gets or sets a value that specifies the directory to use for temporary file storage during compilation.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("tempDirectory", DefaultValue = "")>] member TempDirectory : string with get, set
Property Value
Type: System.StringA value specifying the directory to use for temporary file storage during compilation.
The following code example demonstrates how to use the TempDirectory property. This code example is part of a larger example provided for the CompilationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: