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
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
sunmoon
Member
15 Points
3 Posts
Error after uploading Classifieds.
Sep 13, 2006 10:02 AM|LINK
An error occurred. Please contact the site administrator.Error after uploading Classifieds
voodoo9055
Participant
1873 Points
438 Posts
Re: Error after uploading Classifieds.
Sep 14, 2006 02:24 PM|LINK
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.
sunmoon
Member
15 Points
3 Posts
Error after uploading Classifieds.
Sep 15, 2006 01:45 PM|LINK
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:
Help needed Please.
Error after uploading Classifieds
scokim
Member
190 Points
52 Posts
Re: Error after uploading Classifieds.
Sep 17, 2006 11:11 PM|LINK