We have downloaded the demo software onto a windows 2003 server machine with IIS6 running.
Database management is via SQL Server Management Studio Express 2005.
Can access and see the database fine in the SQL Server Management Studio Express 2005 management console.
Server name is DRAGON-SERVER
So, web config reads:
<add key="DBConn" value="data source=DRAGON-SERVER;initial catalog=AspDotNetStorefront;user id=sa;password=Pa55word!;persist security info=True;packet size=4096" />
Problem is:
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
How can we overcome this?![]()