BugNET

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

BugNET Forums

 
  Forum  Support  Installation pr...  Runtime Error
Previous Previous
 
Next Next
New Post 7/4/2007 8:37 AM
User is offline Idontknow
1 posts
No Ranking


Runtime Error 

Hello,

I try the Installation on win xp with SQl Server 2005.

When I browse to http://localhost/BugNet/Install/Installer.aspx I get this error.

Server Error in '/BugNet' 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>

I have no idea.

Thanks for support.

Greetings from Germany

 
New Post 7/12/2007 9:47 AM
User is offline carlosgranitto
3 posts
No Ranking


Re: Runtime Error 

Hi people,

I have the same problem, when trying to browse to http://localhost/BugNet/Install/Install.aspx page.

I've installed BugNet on XP Professional with IIS 5.1 and connecting to SQL Server 2000 (installed on Windows 2003 server).

Can anyone tell us some clue about this?

Thanks and greetings from Argentina :)

Charly

 
New Post 7/12/2007 11:42 AM
User is offline admin
641 posts
bugnetproject.com
1st Level Poster




Re: Runtime Error 

The true error will be revealed when you set the mode="Off" in the custom errors line.


Davin Dubeau
BugNET - Core Developer

 
New Post 7/12/2007 12:04 PM
User is offline carlosgranitto
3 posts
No Ranking


Re: Runtime Error 

Thanks Davin.

Yes, you're right, when I set mode off, then a new world appeared to me. ;)

The problem was the connection. Because I tried to connect to another SQL Server, I suppose that some installation task is trying to copy "mdf" file to some place in my PC, but the correct place is on the SQL server.

Now I'm installing SQL2005 on my PC and then will try again. Thanks for your help.

Charly

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Runtime Error

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.