I have a project in Visual Web Developer 2010 Express, which uses a aspnetdb.mdf
database in the App_Data
folder. Is there a way to import/export data from other SQL Server or MS Access database tables into/from this aspnetdb.mdf
?
I tried doing it with SQL Server Management Studio, but I can't connect to aspnetdb.mdf: it doesn't see the folder where aspnetdb.mdf
is located. I tried setting up permissions to that folder but it still didn't work.
I could however copy aspnetdb.mdf and the log file out of that folder and import data in SQL Server Management Studio. But can't get it back to work with Visual Web Developer.
It seems to be way too complicated for what I'm trying to to. Any help or information about this topic is greatly appreciated, thank you.