asp.net2.0 and msaccess

tomzzzy

Perch
Hello,
We are trying to establish connection to msaccess db on win 26.
We tried every possible way to do it, but it won't connect
All we got is:
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)

Does anyone have any idea.

Thank You
 
Thanks for your answer Stephen,
Trouble is i tried every possible connection strings but it still doesn't work :(
I have a connection string in web.config. Could that be a problem?
 
no with ASP.NET most of the time the connection string is found in web.config (if the app is properly designed)
 
Back
Top