views:

25

answers:

0

I'm a total noob at Dynamic Data and I need help.

I have an existing MVC 2 .net web application in which I would like to include Dynamic data. This here worked fine, but I wanted to have a Dynamic data project in my solution and then add a pre-build event that would copy only the needed files from the DynamicData project to my webApplication project. Is that possible, and what should I add in the pre-build command line to do that?

Another thing I wanted to ask is: can I use the model I already have as part of my MVC 2 web application as a model for the dynamic data project.

related questions