BugNET

Open source issue tracking & project management
| Login

Import Update!

We are currently in transition and have moved our discussions to CodePlex. These forums will remain as reference until we launch of our new site in the upcoming weeks. After that they will be removed.

Thank you for your patience during our transition.

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...First Installation ProblemsFirst Installation Problems
Previous
 
Next
New Post
11/5/2006 11:17 PM
 
Hello Everyone,

Today I installed :Install version" of Bugnet
but it gives a error givein bellow

URL : http://bugapp.emarvels.com/Install/Installer.aspx

Server Error in '/' 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 remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set 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 configuration tag to point to a custom error page URL.











Can someone let me know what might be the problem.

-SRINIVAS
 
New Post
11/6/2006 4:08 AM
 
To see the error message set the customErrors tag in the web.config  to the following:

<customErrors mode="Off">
</customErrors>

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
11/6/2006 5:51 PM
 
Hello Davin,

Thanks !

I replaced the code in web.config file in the root like the below






But i still see no solution for this can you please guide me how to handle it.
http://bugapp.emarvels.com/

If you can give me your personal ID i can give u the ftp details/user/password so that you can look into it.

-srinivas
 
New Post
11/6/2006 5:52 PM
 



this code
 
New Post
11/6/2006 7:43 PM
 
Setting the customerrors mode to off will allow the true error to be shown.  Once you can see the error post back what the error screen says.

Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...First Installation ProblemsFirst Installation Problems


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.