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
2009-01-24 02:38:25