Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 unable to access database

Author  Topic 

anomie
Starting Member

16 Posts

Posted - 2009-01-22 : 19:28:24
Hi all,

I have made significant progress with my website over the last few days. Debugging returns no exceptions apart from when i publish the site in order to test it. I am currently creating the site as a project in visual web developer 2008 (express). When i run the site, the debugger tells me that it cannot open the database because my login credentials have failed. I'm currently developing the site locally/on my machine so i have specified the 'connectionString' within 'web.config' to Server=(local)\SqlExpress;Integrated Security=True; Opening the database requested by login credentials, expecting the database server to accept my default machine log-in details to suffice.

Is there an alternative way for me to access the database?



Any help toward this issue will be greatly appreciated,

Many thanx,

anomie
   

- Advertisement -