How to perform debugging of an ASP.NET application that runs in the same site as Microsoft® SharePoint
KB000063
PRODUCTK2.net 2003
TAGSIIS
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.
This article explains how to perform debugging of an ASP.NET application that runs in the same site as Microsoft® SharePoint.
| You may receive the following error message when trying to debug an ASP.NET application on the same machine where SharePoint is installed: | |
| Error HTTPException (0x80004005) Debugging is not supported under current trust level settings | |
| This error occurs when running ASP.NET web applications when “Debug” is set to "true".
<trust level="WSS_Medium" originUrl="" />
or
<trust level="Full" originUrl="" />
|
