I have SQL server 2008 R2 Express installed on my machine. I am developing a data driven application and want to have database cerated in the App_data folder in Web application. I was able to create a database but when I amtrying to create table or any other objects it is giving me following error.
Unable to save object because the object type is not supported. This editor can only manipulate triggers, stored procedures or functions.
Please suggest whats missing.
Thanks,