BugBase - SQL 2005 Server setup
Okay, I have tried to walk my way through what changes might be needed. Granted I am trying to set this up without walking through all the previous chapters.
However, I have successfully attached the BugBase with my Sql Server 2005 and can connect with Sql Server Management Studio and see data.
Below is the connection string:
<connectionStrings>
<add name="BugBase" connectionString="Data Source=BSTARW2K3E\BugBase;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
</connectionStrings>
But when I attempt to log on, I get the following error:
Server Error in '/BugBase' Application.
--------------------------------------------------------------------------------
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.
I am sure I am missing something simple, but could use some help getting over this problem.
Just an old geek!
|