HostingEnvironmentSection.ShadowCopyBinAssemblies Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("shadowCopyBinAssemblies", DefaultValue := True)> Public Property ShadowCopyBinAssemblies As Boolean
Property Value
Type: System.Booleantrue 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
Available since 2.0
Show: