Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

(I am very familiar with MySQL but not SQL Server).

On my dev machine is installed:

  • SQL Server Express 2008 (Windows Authentication)
  • SQL Server Management Studio
  • Visual Studio 2010 (with ASP .NET MVC 3)

The database that was created using the studio now needs to be added to a MVC project.

Inside VS2010 I selected the 'Entity Data Model Wizard' and am able to browse for my database file. Once the database file is selected I get a 'You don't have permission to open this file' error message.

Is Visual Studio trying to use another user type other than Window authentication?
How do I give permission to that user?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.