Hello All,
Can someone take some time to hand hold a newbie of ML9 to install it to a Windows 7 localhost?
I thought we followed the direction but we seem to be stuck with the below error message.
Server Error in '/AspDotNetStorefront' Application.
Login failed for user 'XXXXXXXX'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'XXXXXXX'.
Source Error:
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 (0x80131904): Login failed for user 'XXXXXXX'.]
System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) +428
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +65
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
AspDotNetStorefront.Global.(Object , EventArgs ) +440
AspDotNetStorefront.Global.Application_BeginReques t(Object sender, EventArgs e) +277
System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
Here is the connection string:
<add key="DBConn" value="data source=localhost;initial catalog=XXXXXXX_db;user id=XXXXXXX;password=XXXXXXXXXX;persist security info=True;packet size=4096" />