강의

멘토링

커뮤니티

Inflearn Community Q&A

ddaengbi1750's profile image
ddaengbi1750

asked

Create a homepage quickly with Blazor ASP.NET core 6

Build a server and serve your project on Azure

appsetting.json 파일에 ConnectionStrings 항목 질문있습니다!

Written on

·

249

0

DefaultConnection과

Prodcution 

 

두 경로를 모두 입력하는 이유가 무엇인가요?..

차이가 무엇인지 궁금합니다.

 

감사합니다!

ASP.NET-Coreblazor

Answer 1

0

backchur님의 프로필 이미지
backchur
Instructor

아~ DefaultConnection은 개발 컴퓨터에 있는 MS SQL에 접속하는 연결 문자열이고 Production은 서버에 설치한 MS SQL에 연결하는 연결 문자열 입니다. 서버에 게시할 때만 Default Connection을 Production 문자열로 바뀌게 됩니다.

ddaengbi1750's profile image
ddaengbi1750

asked

Ask a question