Microsoft MVP성태의 닷넷 이야기
Windows Sharepoint Services 를 설치한 이후 ASP.NET 오류 문제 [링크 복사], [링크+제목 복사],
조회: 9866
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일

WSS 를 설치하고 나서. ASP.NET 웹 애플리케이션을 실행하면 다음과 같은 오류가 발생합니다.

"현재의 신뢰 수준 설정에서는 디버깅이 지원되지 않습니다."
[HttpException (0x80004005): 현재의 신뢰 수준 설정에서는 디버깅이 지원되지 않습니다.]
   System.Web.UI.TemplateParser.HandlePostParse() +183
   System.Web.UI.TemplateParser.Parse() +200
   System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +74
   System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) +189
   System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125
   System.Web.UI.TemplateParser.GetParserCacheItem() +87
   System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String inputFile, HttpContext context, ApplicationFileParser& parser) +171
   System.Web.HttpApplicationFactory.CompileApplication(HttpContext context) +43
   System.Web.HttpApplicationFactory.Init(HttpContext context) +497
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +170
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414

영문으로는 다음과 같은 오류 메시지가 발생합니다.

Debugging is not supported under current trust level settings“

"F5" 키를 눌러서 디버깅을 한 것도 아니기 때문에, 다소 황당한데요. ^^ 암튼, 임시적으로 다음과 같이 디버깅을 하지 않겠다고 명시하면
    <compilation
         defaultLanguage="c#"
         debug="false"
    />
정상적으로 실행되긴 합니다. 근데, ^^; 디버깅을 할 수 없으니 답답하기만 한데요.

역시, 웹은 무한한 정보의 바다였습니다.
아래의 "James's Blog" 에서 저와 똑같은 상황을 겪으신 분이 계시네요.
http://realise-systems.net/blog/jsaull/archive/2004/05/04/411.aspx ( 만약을 대비해서 MHT 파일로 첨부했습니다. )


    








[최초 등록일: ]
[최종 수정일: 12/26/2004]


비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...
NoWriterDateCnt.TitleFile(s)
65정성태2/15/200510478Office 2003: XML Reference Schemas
64정성태2/14/200511676MFC 및 ATL 컨트롤을 위한 서명된 CAB 파일 만들기
63정성태2/15/200510191[CodeProject] Overriding MFC's Default Client Site to Implement IServiceProvider파일 다운로드1
62정성태11/14/200510547간략 소개 - 64bit Windows
61정성태1/29/200510633XP SP2 팝업창을 코드로 띄우는 것이 가능하군요.
60정성태1/28/20058979MSDN Chat : VS.NET 2005 Team System public chats파일 다운로드1
59정성태1/27/200511105Error 1034. Error writing to file" when installing Visual Studio .NET 2005 CTP December 2004 - error code is 2350
57정성태1/17/200510429Microsoft .NET: Implement a Custom Common Language Runtime Host for Your Managed App파일 다운로드1
56정성태1/12/200510797.NET Framework 2.0 설치 후, InfoPath 폼이 VS.NET 2003 에서 디버깅이 안되는 경우.
55정성태1/10/200510919Management (WMI) Extensions for Visual Studio .NET 2003 Server Explorer
54정성태1/11/200510151WSE 2.0 및 Sun JWSDP 1.4를 사용한 WS-Security 상호 운용성
76정성태3/10/200510607    답변글 [추가]: Web Services Security Interoperability using WSE 2.0 and Systinet Server 5.0 for Java
94정성태5/12/200510374    답변글 [추가]: JWSDP 1.5 버전이 나왔군요.
148정성태12/12/20058693    답변글 [추가]: WS-Security Interoperability with .NET/WSE and WebLogic Workshop 8.1파일 다운로드1
53정성태1/6/200511024버퍼 오버런 해결!
58정성태1/23/200511761    답변글 VS.NET 2005 : 새롭게 소개되는 버퍼 오버런 방지 CRT 함수들
52정성태1/6/20059911Visual C# .NET Code Samples
51정성태1/6/200510032Visual C++ .NET 2003 Code Samples
50정성태1/6/200510056Visual Studio .NET 2003 Automation Samples
49정성태1/3/200599202005년 올 한 해 릴리스 될 MS 제품
48정성태1/2/200510220.NET 2.0 : 연결 문자열 및 기타 .config 내용 암호화
47정성태12/31/200410395뉴스그룹: Microsoft Whidbey Private 뉴스 그룹
46정성태12/31/200410168MSDN Magazine: Comparing the Timer Classes in the .NET Framework Class Library
45정성태12/31/20049686MSDN Magazine: Updating the UI from a Secondary Thread
44정성태12/30/200410841NewSID : 사용자 계정의 보안 식별자를 변경해 주는 프로그램파일 다운로드1
43정성태12/28/200410154VSMT 소개: Physical Server to Virtual Server
... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...