1
2
3
4
5
6
7
8
9
10
11
12
|
<connectionStrings>
<add name="이름"
connectionString="data source=서버;
initial catalog=이름;persist security info=True;
Integrated Security=SSPI;"
providerName="System.Data.SqlClient" />
</connectionStrings>
|
cs |
'C#' 카테고리의 다른 글
[C#]스레드(Thread) 사용시 DragDrop을 등록하지 못했습니다. (0) | 2023.01.12 |
---|---|
[C#] 델리게이트(delegate)와 이벤트(event) (0) | 2022.11.18 |
app.config에서 연결 문자열 암호화 (0) | 2020.07.21 |
[c#] Get Client IP address using WCF (0) | 2019.12.17 |
[C#] popup browser share session (새창 세션 공유) (0) | 2017.07.25 |