
ASP.NET Core/활용
여러 개의 appsettings.json으로 환경설정 관리하기1. Program.cs 1) appsettings.json, appsettings.debug.json, appsettings.release.json 파일 생성 2) appsettings.json { "Environment": "debug" } 3) appsettings.debug.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Data Source=아이피주소;User Id=아이디;Password=비밀번호;Initial Catalog=StsTest;Persist Security Info=true;T..
TAG
- C#
- 객체지향 프로그래밍
- 클래스
- CSS
- Winform
- EF Core
- 스크롤바
- JWT
- soft delete
- Coding Standards
- 논리 삭제
- Windows Server
- IIS
- 물리 삭제
- 설치파일
Recent posts
Recent comments
- Total
- Today
- Yesterday