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

속성 값

bin에 있는 애플리케이션의 어셈블리가 애플리케이션의 ASP.NET 임시 파일 디렉터리에 복사되면 true, 그렇지 않으면 false. 기본값은 true입니다.

특성

적용 대상