HostingEnvironmentSection.ShadowCopyBinAssemblies Property

 

Gets or sets a value indicating whether the assemblies of an application in Bin are shadow copied to the application's ASP.NET Temporary Files directory.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("shadowCopyBinAssemblies", DefaultValue = true)>]
member ShadowCopyBinAssemblies : bool with get, set

Property Value

Type: System.Boolean

true if the assemblies of an application in Bin are shadow copied to the application's ASP.NET Temporary Files directory; otherwise, false. The default is true.

.NET Framework
Available since 2.0
Return to top
Show: