I have an ASP.NET MVC3 project that has a database. I want to attach that database to SQL Server Management Studio.
In SQL Server Management Studio, I right click Databases, then click Attach, then click Add and it shows the folder/file selection dialog.
The problem is it won't let me explore any folder inside my user account folder (c:\users\Bob). I can see the Bob folder but there is no + to expand, and shows no child items (even though I know there are files in my windows user folder). Why isn't it letting me explore there?
SQL Server Management Studio is version 11.0.21 (SQL Server 2012)
I have tried selecting All files from the filter dropdown instead of *.mdf, but no files show.

C:\data\...and giving the service account read/write access to that? Or placing the mdf/ldf files in the default data directory for the instance (underC:\Program Files\...)? – Aaron Bertrand Jul 22 '12 at 20:24