티스토리 뷰
web.cofig, Web.Debug.config, Web.Release.config 사용하기
James Wetzel 2018. 12. 17. 16:471. Web.config
<system.web>
<compilation debug="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.6.1"/>
</system.web>
<connectionStrings>
<add name="CustomerDB" connectionString="Data Source=000.000.000.000,3750;Initial Catalog=CUSTOMER;User ID=your id;Password=your ;Trusted_Connection=False" providerName="System.Data.SqlClient" />
</connectionStrings>
2. Web.Debug.config
<connectionStrings>
<add name="CustomerDB" connectionString="Data Source=000.000.000.000,3750;Initial Catalog=CUSTOMER;User ID=your id;Password=your ;Trusted_Connection=False" providerName="System.Data.SqlClient" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>
3. Web.Release.config
<connectionStrings>
<add name="CustomerDB" connectionString="Data Source=000.000.000.000,3750;Initial Catalog=CUSTOMER;User ID=your id;Password=your ;Trusted_Connection=False" providerName="System.Data.SqlClient" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>
- Total
- Today
- Yesterday
- java-개발 환경 설정하기
- docker
- 특정 문자를 기준으로 자르기
- System.Diagnostics
- .submit()
- system.io
- 스프링 시큐리티(spring security)-http basic 인증
- 표현 언어(expression language)
- In App Purchase
- MainActor
- await
- java 키워드 정리
- 제품 등록
- 람다식(lambda expression)
- React
- error-java
- java.sql
- jsp 오픈 소스
- REST API
- 스프링 프레임워크(spring framework)
- 스프링 시큐리티(spring security)
- jstl(java standard tag library)-core
- 메이븐(maven)
- 문자 자르기
- jstl(java standard tag library)
- 인텔리제이(intellij)
- java web-mvc
- 진수 변환
- 스프링 프레임워크(spring framewordk)
- nl2br
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |