«configsource» 태그된 질문

1
ASP.NET web.config : configSource와 파일 속성
내에서 web.config하는 ASP.NET 응용 프로그램에서 - 파일 설정의 일부 섹션은, 같은 appSettings과 connectionStrings, 속성을 지원 file하고 configSource. file-attribute와 -attribute 를 사용하는 것의 차이점은 무엇입니까 configSource? 언제 어떤 속성을 사용해야하며 두 속성을 모두 사용할 수 있습니까? <?xml version="1.0"?> <configuration> <appSettings file="AppSettings.config"> </appSettings> <connectionStrings configSource="ConnectionStrings.config"> </connectionStrings> <!-- ... --> </configuration>
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.