I'm getting this message when I try to access the main login page. This is a first time install on WS2003.
Debugging is not supported under current trust level settings. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Debugging is not supported under current trust level settings.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
OK. I tried that. I got another error which pointed me to another post on this forum for the session state problem. Here's what I've added to web.cofig in \reportportal <trust level="Full" originUrl="" /> <pages enableSessionState="true" enableViewState="true"
Now I'm getting this error:
Server Error in '/ReportPortal' Application. --------------------------------------------------------------------------------
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.
Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
What was the resolution of your problem? I'm seeing the same. It appears to be related to the web.config file in the wwwroot/ dir. ReportPortal doesn't want one there but SPS does. ??? Did you figure this out?