We currently have an ASP.NET Dynamic Data website for our intranet that was developed by a contractor who is no longer with us.
None of our developers currently have VS 2008 installed, so are not able to open modify the source code of this intranet site to add 2 new tables to the site. The new tables require simple CRUD operations exactly like the existing 6 tables in the site.
Is it possible to modify the .dbml file inside the App_Data directory on our ASP server in order to provide these new tables using the DD scaffolding, or will I need to source and install VS 2008 in order to be able to add 2 simple templated tables?