BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  Server Error in '/' Application
Previous Previous
 
Next Next
New Post 6/25/2008 10:59 AM
Unresolved
User is offline tsteinhoff
1 posts
No Ranking


Server Error in '/' Application 

I'm having an issue after I've configured everything where I get a Runtime Error response when I try to visit the Bugnet site that I created. It's troubling since it doesn't really explain to me what the issue is. It just mentions that I've landed on an error page as far as I can tell.

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>

 

 
New Post 6/28/2008 8:27 AM
User is offline ravensjk
13 posts
No Ranking


Re: Server Error in '/' Application 

To view the true errors you need to change the web.config as the page instructed.  In the root BugNET folder open the web.config file and change <customErrors mode="RemoteOnly"/> to <customErrors mode="Off"/> then refresh the page.

 

 
Previous Previous
 
Next Next
  Forum  Support  General Support  Server Error in '/' Application

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.