The program doesn't access the database
Hi,
When I try to singnup a new user, I get the following error message:
"{"Unable to open the physical file \"E:\\VS2010 Projects\\Silverlight 4\\MyProject\\FitnessTrackerPlus\\FitnessTrackerPl us.Web\\App_Data\\FitnessTrackerPlus.mdf\". Operating system error 5: \"5(Access denied.)\".\r\nAn attempt to attach an auto-named database for file E:\\VS2010 Projects\\Silverlight 4\\MyProject\\FitnessTrackerPlus\\FitnessTrackerPl us.Web\\App_Data\\FitnessTrackerPlus.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share."} System.Exception {System.Data.SqlClient.SqlException}"
In the server explorer I can connect to the database, but after running, the program can't access it.
Does anybody can help me, how to diagnose the cause?
Thanks in advance
Gabor
Last edited by Gabor66; September 2nd, 2010 at 12:34 AM..
|