i have been working on setting up a development version of an existing and running version of dynamicweb
i downloaded the files from the server and took a backup og the database, after this i recreatet the backup on my development sql server and det up the solution on the IIS, after this i changede the conntetion info in the GlobalSettings.aspx
<Password>Password</Password>
<Type>ms_sqlserver</Type>
<UserName>User</UserName>
<Database>alumeco</Database>
<SQLServer>192.168.1.4</SQLServer>
and now i get this error
Please wait!
The SQL-Server database could not be opened ('Ecom.mdb') - the error is:
System.Data.SqlClient.SqlException: Login failed for user ''. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Dynamicweb.Database.GetConn(String strDatabase)
since it's the same files, only thing i changed was the connection info, to me it looks like it dosent read from the setings file, hope you can help