Pages

21 October 2009

ASP.Net: Debugging is not supported under current trust level settings

If you get the following error while trying to open ASP.net page on the host server.

"Debugging is not supported under current trust level settings"

this what you do:
1. Open the web.config file for the ASP solution.
2. Add script below between tag system.web

(opening tag) trust level="Full" originUrl="" (closing tag)

No comments:

Post a Comment