ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ReportPortal General Forum
 Report Portal Installation
 Server Error in '/ReportPortal' Application.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Keith Henkel

3 Posts

Posted - 07/25/2005 :  10:29:30  Show Profile  Reply with Quote
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.

Stack Trace:


[HttpException (0x80004005): Debugging is not supported under current trust level settings.]
System.Web.UI.TemplateParser.HandlePostParse() +182
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) +485
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +170
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414


admin

1645 Posts

Posted - 07/25/2005 :  21:06:01  Show Profile  Reply with Quote
Please try steps needed for Windows Server 2003 as described here:

http://www.reportportal.com/FAQ.asp
Go to Top of Page

Keith Henkel

3 Posts

Posted - 07/26/2005 :  06:46:28  Show Profile  Reply with Quote
quote:
Originally posted by igorkrupitsky

Please try steps needed for Windows Server 2003 as described here:

http://www.reportportal.com/FAQ.asp


OK. I enabled parent paths, isapi, and asp. I'm still getting the same error. SharePoint Server is also installed. Thanks for your help.
Go to Top of Page

admin

1645 Posts

Posted - 07/27/2005 :  22:48:00  Show Profile  Reply with Quote
Please try this:

http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=139
Go to Top of Page

Keith Henkel

3 Posts

Posted - 07/31/2005 :  08:24:57  Show Profile  Reply with Quote
quote:
Originally posted by igorkrupitsky

Please try this:

http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=139




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".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>


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.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Go to Top of Page

admin

1645 Posts

Posted - 08/04/2005 :  22:59:39  Show Profile  Reply with Quote
Did you check if there is an entry in the event log?
Go to Top of Page

chuckdobbs

20 Posts

Posted - 12/29/2005 :  17:18:54  Show Profile  Reply with Quote
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?

Thanks
cd
Go to Top of Page

admin

1645 Posts

Posted - 01/04/2006 :  23:43:06  Show Profile  Reply with Quote
chuckdobbs,

The server would not say what the problem was. It would just say "unhandled exception was generated during the execution".

You can normally see what the real problem is by changing the
Web.config to this:

<customErrors mode="Off" />
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page