CompilationSection.TempDirectory Property
.NET Framework 2.0
Gets or sets a value that specifies the directory to use for temporary file storage during compilation.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_TempDirectory () /** @property */ public void set_TempDirectory (String value)
public function get TempDirectory () : String public function set TempDirectory (value : String)
Property Value
A 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.