Hi
I followed after the installation procedure in the video tutorial step by step.
I use MS server 2003 as an OS and SQL 2000 standard edition.
when I try to activate the http://localhost/dotnetnuke
I recieve the following error:
Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider
--------------------------------------------------------------------------------
Server Error in '/dotnetnuke' Application.
--------------------------------------------------------------------------------
Login failed for user 'dnnuser'. Reason: Not associated with a trusted SQL Server connection.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException: Login failed for user 'dnnuser'. Reason: Not associated with a trusted SQL Server connection.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
DotNetNuke.Data.SqlDataProvider.GetHostSettings() +47
DotNetNuke.Entities.Host.HostSettings.GetHostSettings() +88
DotNetNuke.Common.Globals.get_HostSettings() +4
DotNetNuke.Services.Log.EventLog.XMLLoggingProvider.AddLog(LogInfo objLogInfo) +201
DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +149
DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1835
DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +9
DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.HttpApplication.RaiseOnError() +159
could you help??
thanks
Tamir