tags:

views:

179

answers:

2

A basic ASP.NET MVC app appears to store user info in App_Data\ASPNETDB. How can I view tables in that database using VS2008?

A: 

View -> Server Explorer.

Data Connections -> Add Connection

Select "SQL Server".

Enter your server name (localhost), and then enter the DB name (ASPNETDB)

Mitch Wheat
+1  A: 

Thanks. My problem was that as a Data Source I was choosing "Microsoft SQL Server" instead of "Microsoft SQL Server Database File", a choice a little further down the list.