Hi all,
I get the following error message
Please wait!
The SQL-Server database could not be opened ('Dynamic.mdb') - the error is:
System.Data.SqlClient.SqlException: Login failed for user ''. The user is not associated with a trusted SQL Server connection.
ved System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
ved System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
ved System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
ved System.Data.SqlClient.SqlConnection.Open()
ved Dynamicweb.Database.GetConn(String strDatabase)
on the following configuration
client: vista with iis, virtual dirs setup ok.
server: sql 2005, test.sql.kpjung.dk (ip locked for all except me, but i can connect with the sa user i Sql Server Management Studio on my client)
Files\GlobalSettings.aspx content is as follows (the relevant part)
***
ms_sqlserver
sa
Dw
81.7.132.27
What could be the problem
Thanks in advance
Stig