Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- oauth2
- C#
- ThreadPool
- async
- MSSQL
- 느린 저장프로시저
- 저장프로시저
- query
- esl
- SQLServer
- english
- identityserver3
- TPL
- .net
- execution plan
- 쿼리 최적화
- 영어공부
- validation
- slow in the application
- async await
- 실행계획 원리
- SSMS
- fast in ssms
- identityserver
- IdentityServer4
- Dataannotation
- SQL Server Optimizer
- task
- await
- stored procedure
Archives
- Today
- Total
목록IIS 설정 파일 위치 (1)
shyaway
IIS > IIS Express & IIS applicationhost.config path
See content in English IIS Express 와 IIS applicationhost.config 설정 파일 위치 IIS Express%USERPROFILE%Documents\IISExpress\config * %USERPROFILE% 은 일반적으로 C:\Users\윈도우계정명 이다. Program Files 에도 IIS Express 폴더가 있고, 내부에 applicationhost.config 가 존재하는데, 이 설정은 무시해도 된다. 왜냐하면 VisualStudio 에서 웹 프로젝트를 F5 또는 Ctlr + F5 로 실행하는 경우 위에서 제시된 설정을 참조하게 되기 때문이다. IISC:\Windows\System32\inetsrv\config IIS Express & IIS appl..
.NET
2018. 8. 6. 11:50