Link to home
Start Free TrialLog in
Avatar of jbotts
jbotts

asked on

How do I connect to a database using Visual Web Developer Express 2008

I recently installed Visual Web Developer Express 2008 and SQL Server 2008 Express Edition. I created a database on the server, a website on VWD and when attempting to make a database connection from VWD I get the message The file is in use by another program. Any help would be appreciiated.
ASKER CERTIFIED SOLUTION
Avatar of pr0t0c0l12
pr0t0c0l12

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Anthony Perkins
>> I get the message The file is in use by another program. <<
Perhaps you are attempting to attach the database.  This usually occurs when you have inadvertently left AttachDbFilename="Some database file path goes here"  in your connection string.
Avatar of jbotts
jbotts

ASKER

This was helpful. Thanks