Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Miguel Seabra Melo
0
Views
0
Comments
Tip: Aid debugging by disabling Hub Server error pages
Question
Following from last week's tip on Hub Server error pages, comes this week's suggestion.
If an eSpace is having problems and you (as its developer) are not able to work locally on that machine, you will find that the valuable ASP.NET error report page will be masked by the platform's error pages (be that page stock or custom).
In this case, assuming you have access to the file system of the Hub node machine, you can temporarily comment out the
<customErrors>
element in the application's Web.config file for debugging purposes. This will cause remote accesses to display the ASP.NET error pages that include a wealth of information on what the problem is. In the case of a multi-node setup, you will need to comment these lines out on all nodes.
After you are finished troubleshooting the problem, don't forget to put these lines back, or your users will continue to receive this debug output. You can restore the original state either by uncommenting the
<customErrors>
tag back (on all nodes) or re-publishing the application.
For more info on error pages see
https://www.outsystems.com/NetworkForums/(5pjwyz45in4ypm555ovn4a45)/node4980.aspx?in5083=959
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...