HostingEnvironmentSection.ShadowCopyBinAssemblies 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否将 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
属性值
如果要将 Bin 中的应用程序的程序集影像复制到该应用程序的 ASP.NET Temporary Files 目录中,则为 true
;否则为 false
。 默认值为 true
。
- 属性