Microsoft MVP성태의 닷넷 이야기
Web.config의 기본 <appSettings /> Handler 교체 [링크 복사], [링크+제목 복사],
조회: 12190
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Enhanced AppSettings Configuration Handler
; http://www.codeproject.com/dotnet/EnhancedAppSettings.asp
 
그동안, 새로운 Configuration Handler를 등록하는 것은 알았지만, 기존 핸들러를 교체하는 방법은 모르고 있었습니다.

근데, 그 교체 방식이 참 재미있습니다.

<configsections>
    <remove name="appSettings"/>
    <section name="appSettings"
        type="Haley.EnhanceAppSettings.EnhancedAppSettingsHandler,
        EnhanceAppSettings"/>
</configsections>

보시는 것처럼, 기존 핸들러를 <remove /> 노드를 통해서 제거하고 있습니다. 다른 config 설정에서도 remove를 사용하고 있지만, 그 방식이 configuration handler까지 해당할지는 미처 생각을 못하고 있었습니다.








[최초 등록일: ]
[최종 수정일: 7/9/2021]


비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  [38]  39  40  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
239정성태4/18/200611585Display a Web Page in a Plain C Win32 Application
238정성태4/17/200611525ASP.NET 2.0 의 Provider 관련 쪽 소스 공개
237정성태4/17/200611195Microsoft Application Verifier
236정성태4/17/200612452IIS6 - IE static resource caching problem
235정성태4/13/200611123"Atlas" Control Toolkit for April CTP Released
234정성태4/13/200611464Access Visual Studio 2005 Team System From Macintosh and UNIX Systems, and from within the Eclipse IDE
233정성태4/13/200611157More Workflow Videos
232정성태4/13/200612131Microsoft Visual C++ 2005 Redistributable Package
231정성태4/13/200611661Windows Presentation Foundation Hands-On-Labs - February 2006 CTP
230정성태4/13/200611499Microsoft Management Model Designer
229정성태4/13/200612503Discovery Wizard for SharePoint
228정성태4/13/200612034TeamPlain Web Access for Team System
227정성태4/13/200611870Scrum for Team System Released
226정성태4/13/200611770Visual Studio Team Foundation Server MSSCCI Provider Version 1.0
224정성태4/13/200611328VC++ - GroupLab Component Library
223정성태4/13/200610461MSBuild Community Tasks Project releases new version
225정성태4/13/20069875    답변글 Visual Studio 2005 Web Application Projects (RC1)
222정성태4/13/200610931Visual Studio 2005 Security Features and Tools
220정성태6/8/200610816Shared Source Common Language Infrastructure 2.0 Release [1]
219정성태8/4/200610650Simple List Extensions Specification
218정성태4/13/2006112723rd party library - EZShellExtensions.Net 1.0 [1]
217정성태4/13/200611042Bug Details: GC fails to load in server mode if config file contains none ASCII characters
215정성태4/13/200611195http://www.400plusdifferences.com/
214정성태4/13/20069682Team Foundation Server, Biztalk 2006
216정성태4/13/200611055    답변글 Team Foundation Server 시험판 공개 다운로드
213정성태4/13/200611139Introduction to the MSN Messenger Activity SDK
... 31  32  33  34  35  36  37  [38]  39  40  41  42  43  44  45  ...