HostingEnvironmentSection.ShadowCopyBinAssemblies 属性

定义

获取或设置一个值,该值指示是否将 Bin 中应用程序的程序集卷影复制到该应用程序的 ASP.NET 临时文件目录中。

public:
 property bool ShadowCopyBinAssemblies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("shadowCopyBinAssemblies", DefaultValue=true)]
public bool ShadowCopyBinAssemblies { get; set; }
[<System.Configuration.ConfigurationProperty("shadowCopyBinAssemblies", DefaultValue=true)>]
member this.ShadowCopyBinAssemblies : bool with get, set
Public Property ShadowCopyBinAssemblies As Boolean

属性值

Boolean

如果要将 Bin 中的应用程序的程序集影像复制到该应用程序的 ASP.NET Temporary Files 目录中,则为 true;否则为 false。 默认值为 true

属性

适用于