BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...After install getting runtime errorAfter install getting runtime error
Previous
 
Next
New Post
6/15/2010 6:19 PM
 

After attempting to install and going through each step on the install documentation cannot seem to get bugnet up!


I believe my issue is in my web config file, but I cannot seem to find it, any help would be greatly appreciated. The error is below as well as the connection string!



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>





            <connectionStrings>

                        <clear/>

    <add name="BugNet" connectionstring="server=BugNet.sdf;database=BugNet;uid=BugNet;pwd=BugNet"

    providername="" />

            </connectionStrings>

 
New Post
6/15/2010 11:01 PM
 
The same problem is observed with me. Any help regarding the same would be greatly appreciated.
 
New Post
6/16/2010 5:58 AM
 
If you turn off the custom errors  in the web.config   mode="Off" you will see the full error message.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
6/16/2010 6:17 AM
 
Following error message is observed.  Please do give a support on this. I have not given user name, password and provider name to sql server.

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'connectionstring'. Note that attribute names are case-sensitive.

Source Error:

Line 15: <connectionStrings>
Line 16: <clear/> 
Line 17: <add name="BugNET" connectionstring="server=MyServer;database=BugNet" providername="" /> Line 18: </connectionStrings> 
Line 19: <appSettings>

Source File: C:\BugNET\web.config    Line: 17
 
New Post
6/16/2010 7:46 AM
 
connectionstring should be connectionString , the attributes are case sensitive in the web.config file.

Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...After install getting runtime errorAfter install getting 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.