Microsoft MVP성태의 닷넷 이야기
Windows Sharepoint Services 를 설치한 이후 ASP.NET 오류 문제 [링크 복사], [링크+제목 복사],
조회: 12056
글쓴 사람
정성태 (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)
269정성태5/4/200613035Visual Studio 2005 Team System Level 200 Course Material
268정성태5/4/200613430Microsoft Component Installer Software Development Kit for Windows (x86) Version 2.0
267정성태5/4/200613467101 Code Samples for Visual Basic 2005
266정성태5/3/200615493Consolas Font Pack for Microsoft Visual Studio 2006 [2]
264정성태5/1/200614951Team System for C++ Developers
262정성태5/1/200625091Registry 등록 없이 COM 개체 사용 [1]파일 다운로드2
261정성태4/30/2006147274GB 메모리 인식 [2]
259정성태4/30/200613409Building ASP.NET 2.0 Web Sites Using Web Standards
260정성태4/30/200612806    답변글 XHTML Validator Modulle
258정성태4/29/200613337WebServiceStudio 2.0
263정성태5/1/200612800    답변글 Calling an Arbitrary Web Service
257정성태4/29/200612746TypeForwardedToAttribute
256정성태4/29/200612953Windows API - Using Condition Variables
252정성태4/26/200612799한글 관련 메세지 정리파일 다운로드1
251정성태4/26/200613458IIS 7.0 에서 소개되는 새로운 기능들 [1]
250정성태4/25/200613996툴 소개: VisualNDepend
249정성태4/25/200619983Integrating a debugger into Reflector
265정성태5/1/200614302    답변글 Deblector: First Version
285정성태5/15/200612305    답변글 New Deblector version ( an Add-In to debug with reflector )
248정성태4/21/200612586VS.NET 2005 Add-In : CSS Properties Window
247정성태4/21/200612421VS.NET 2005 Add-In : Spell Checker for HTML and ASP.NET pages
244정성태4/19/200612323SQL Server 2005 Service Pack 1
241정성태4/19/200611846VSTS Annotations for C++: Beyond Just Documenting Method Behavior [1]파일 다운로드1
240정성태4/18/200612493Accessing System Power and Network Status Using SENS
253정성태4/29/200612700    답변글 [HowToUse]: Accessing System Power and Network Status Using SENS
239정성태4/18/200612290Display a Web Page in a Plain C Win32 Application
... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...