Jac Tremblay
2010-01-05 21:11:01 UTC
Hi,
When I create a new web site from the "Personal web site" template provided
with VS.NET, it does not work. The error says that the connection to SQL
Server has a problem (the whole text is in French).
I know that the site is built with a simple SQL Server database to store
albums and photos. So I created one and added it to the project. I used the
.sql files to create the tables and other objects necessary to run the
project but nothing will do. The error is still there. What else can I do?
Here are the first 3 lines in the pile:
*****
[SqlException (0x80131904): Une erreur... Translation: An error occured with
the connection to SQL Server. The server cannot be found or is not
accessible... (provider: SQL Network Interfaces, error: 26 - Error in finding
the server or the specified instance)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
exception, Boolean breakConnection) +4846887
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj) +194
*****
Thanks.
When I create a new web site from the "Personal web site" template provided
with VS.NET, it does not work. The error says that the connection to SQL
Server has a problem (the whole text is in French).
I know that the site is built with a simple SQL Server database to store
albums and photos. So I created one and added it to the project. I used the
.sql files to create the tables and other objects necessary to run the
project but nothing will do. The error is still there. What else can I do?
Here are the first 3 lines in the pile:
*****
[SqlException (0x80131904): Une erreur... Translation: An error occured with
the connection to SQL Server. The server cannot be found or is not
accessible... (provider: SQL Network Interfaces, error: 26 - Error in finding
the server or the specified instance)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
exception, Boolean breakConnection) +4846887
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj) +194
*****
Thanks.
--
Jac Tremblay
Jac Tremblay