일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- async
- 쿼리 최적화
- SQL Server Optimizer
- task
- IdentityServer4
- english
- C#
- 느린 저장프로시저
- validation
- Dataannotation
- SQLServer
- identityserver3
- MSSQL
- 영어공부
- fast in ssms
- 실행계획 원리
- stored procedure
- SSMS
- identityserver
- oauth2
- async await
- TPL
- slow in the application
- await
- esl
- .net
- query
- execution plan
- 저장프로시저
- ThreadPool
- Today
- Total
shyaway
Azure > Azure Remote Debugging 본문
Microsoft Azure 배포 웹 App 원격 디버그하기
Azure SDK 2.2 에 포함된 리모트 디버깅 지원을 통해 배포하여 운영 중인 애저 웹 사이트를 디버깅 할 수 있다. 이미 Azure 에 배포 및 실행 중인 앱이 있다는 가정 하에 방법을 설명한다.
1. Azure
디버깅 목록에서 원격 디버깅을 "설정" 으로 변경하고 원격 Visual Studio 버전을 자신이 사용 중인 Visual Studio 버전에 맞게 설정한다.
2. Visual Studio 2013
아래 처럼 목록이 갱신되었으면, 디버그를 원하는 앱에서 우클릭을 해보자
Attach Debugger 를 클릭!
그럼 아래 처럼 리모트 디버그 세팅이 시작된다.
이제 디버그 하고 싶은 특정 URL 을 호출하면
디버그를 할 수 있다.
Remote Debug on Microsoft Azure website.
1. Azure
Find the "Debugging" section. It's right below the ARR preferences. Turn on remote debugging and choose Visual Studio version that you are using.
2. Visual Studio 2013
Updating the list has been completed, then let's try right-click.
Click Attach Debugger
Getting the remote setting you've just configured on Azure begins !
Now just try your URL that can invoke one of your APIs.
Debugger has been succesfully attached.
'.NET' 카테고리의 다른 글
DataAnnotation > Make a custom attribute (0) | 2017.12.22 |
---|---|
DataAnnotation > DataAnnotation Validation and IValidatableObject (0) | 2017.12.18 |
No assembly found containing an OwinStartupAttribute. (0) | 2017.11.29 |
Windows 10 > 마우스 우클릭 화면 깜빡임 (1) | 2017.11.23 |
VisualStudio > NuGet: already has a dependency defined for (0) | 2017.08.30 |