일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- replace()
- c#
- CONVERT()
- 엑셀
- Excel
- 마이크로소프트
- 윈도우
- microsoft
- 리포팅서비스
- ASP
- 오라클
- attr()
- javascript
- windows
- 단축키
- MSSQL
- DataGrid
- 이클립스
- SSRS
- IIS
- Winform
- 윈폼
- oracle
- 태그를 입력해 주세요.
- 비주얼스튜디오
- jQuery
- 자바스크립트
- MS
- 프로시저
- aspnet
Archives
- Today
- Total
DJ메탈짱™의 Free Style
윈도우비스타(VISTA) + VS2005 에서 디버깅 실행시 오류 발생 본문
※ 참고 사이트
1. Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista
http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx
2 . Application pool change
http://www.thousandtyone.com/blog/CategoryView,category,Vista.aspx
1. Visual Studio 2005 (VS2005) 에서 디버깅 실행시 오류 발생
- 디버깅이 실행되지 않으며 아래와 같은 오류가 발생함.
2. VS2005 실행시 Administrator 모드로 실행
3. Install required IIS Components
- 프로그램 구성요소 추가 (Control Panel > Programs > Turn Windows Features on and off)
4. 윈도우 인증 설정
- 해당 웹사이트의 Windows Authentication --> Enable 설정
5. 디버깅(F5) 재 실행시 조치가 되지 않았을 경우 재확인 및 조치사항
- 프로그램 구성요소의 Security 항목을 확인함. (Internet Information Services > World Wide Web Services > Security)
- Application pool 설정 변경 ( 해당 웹사이트 Advanced Settings 에서 DefalutAppPool --> n )
'일(job) > MS(Microsoft)' 카테고리의 다른 글
다른 서버의 스키마 정보 반환(SqlConnection) (0) | 2016.05.27 |
---|---|
Visual Studio 2005 Team Editions 비교 (0) | 2016.05.27 |
클래스 및 메소드 Comment Show (Visual Studio) (0) | 2016.04.07 |
VS 디버그 실행시 Page_Load 이벤트가 실행되지 않을 때 #VS2005 #aspx #이벤트 #PageLoad (0) | 2016.04.07 |
Visual Studio 2005의 이전 버전 제거 #VS2005 (0) | 2016.04.07 |