Share via


HostingEnvironmentSection.ShadowCopyBinAssemblies 속성

정의

Bin에 있는 애플리케이션 어셈블리를 애플리케이션의 ASP.NET Temporary Files 디렉터리에 섀도 복사할지 여부를 나타내는 값을 가져오거나 설정합니다.

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입니다.

특성

적용 대상