Error after uploading Classifieds.

Last post 09-17-2006 7:11 PM by scokim. 3 replies.

Sort Posts:

  • Error after uploading Classifieds.

    09-13-2006, 6:02 AM
    • Member
      15 point Member
    • sunmoon
    • Member since 09-13-2006, 9:17 AM
    • Posts 3
    I just Uploaded the classifieds starter kit and try to run it in my ISP. It gives me an error message.
    An error occurred. Please contact the site administrator.Error after uploading Classifieds
  • Re: Error after uploading Classifieds.

    09-14-2006, 10:24 AM
    • Participant
      1,837 point Participant
    • voodoo9055
    • Member since 12-04-2003, 12:36 AM
    • Atlanta, GA
    • Posts 429

    I hate forums with a bunch of unanswered questions.

    In your web.config file, go to the section that looks like this:

    <customErrors defaultRedirect="Error.aspx" mode="RemoteOnly"/>

    Turn the mode to "Off" to see a detailed description of the error.

  • Error after uploading Classifieds.

    09-15-2006, 9:45 AM
    • Member
      15 point Member
    • sunmoon
    • Member since 09-13-2006, 9:17 AM
    • Posts 3

    Thanks for this.


    When I turn off the mode to see the detailed error, the error that came out was: Thanks for this.

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    Source Error:

    Line 6:      Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
    Line 7:          
    Line 8:          If (Not Roles.RoleExists("Administrators")) Then
    Line 9:              Roles.CreateRole("Administrators")
    Line 10:         End If

    Help needed Please.

  • Re: Error after uploading Classifieds.

    09-17-2006, 7:11 PM
    • Member
      185 point Member
    • scokim
    • Member since 06-07-2006, 8:26 AM
    • Posts 47
    Please post your web.config file so we can take a look at it.
Page 1 of 1 (4 items)