I created a simple ASP.NET Dynamic Data application and it works perfectly on my development machine. When I deploy it, everything works fine as well except for the insert-page for an item that has a Many-to-Many relationship to other tables. The edit-page is fine, the Many-to-Many checkboxes show up. The server has .NET 4.0
installed.
I followed the instructions here: http://go.microsoft.com/fwlink/?LinkId=257395
Anyone have an idea what the problem could be?