Chapter03
I'm trying to add the SiteMapPath control as in chapter03 of Beginning ASP.NET 2.0. I have added the control but when I try to launch the default.aspx page I get the following error
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 112: Public Overridable Property Theme() As String
Line 113: Get
Line 114: 'Return CType(Me.GetPropertyValue("Theme"),String)
Line 115: End Get
Line 116: Set
I can not see any database to download for this book on the website.
Can you direct me to where it is or where I am going wrong?
|