Hi all,
Under my website i have some of the following structure:
/web.config
/App_Data
/Enigma
/Enigma/web.config
/Enigma/App_Data
/Enigma/App_Data/enigma.mdf
Now when i run a webpage which is connecting to that sqlexpress database, the page works. However, when I open visual studio, it doesnt see the database. It wants the database to live in /App_Data/enigma.mdf - if i move the database there, visual studio sees it and i can work with it through the server explorer.
Is there any way to slap VS2005 and get it to see the database in the other app_data folder? Is there anything else i should be aware of with having other app_data folders under the same web? If there's no way to get VS to work with it other then inside the root app_data folder, i can move the database there. It's not super critical that it remain in the other folder.
The connection string for this database is in /Enigma/web.config
Thanks