Hello everyone. I have installed the storefront in a development environment using Windows Server 2003 and Sql Express 2005. I have followed the installation directions very closely and I am now having difficulty getting the application to connect to the SQL server. All of these attempts are being performed right on the the server box using localhost.
Here is the error rendered by the browser:
I am using the following connection string (password masked):
<add key="DBConn" value="data source=localhost\sqlexpress initial catalog=storefront;user id=ghettobird;password=xxxxxx;persist security info=True;packet size=4096" />
Yet I can connect from SQL Server Management:
I am reasonably novice at SQL Server Administration so I'm not sure if I need to add some type of security roles for the IUSR, ASPNET, NETWORK SERVICE. I have tried adding all of them.
Thanks in advance.