I've created a new MVC application in VS 2013. When I right click the App_Data folder and add new item => Visual C# => Data => SQL Server Database I get "Login Failed for User DOMAIN\User.
My understanding is this should create an MDF file here for my LocalDB connection. I have also tried running VS as an admin and that doesn't work either. Other dev's in our company can run through the exact same steps and the file is added with no problem. Any thoughts?
I'm running Windows 7 with VS 2013 Ultimate installed and have SQL Server 2012 installed as well.
I've run "SQLLocalDB info" from the package manager console and it verifies that localdb v11.0 is installed.