Is there a way of making the (ASP.NET MVC) project structure reflect the underlying physical directory in the same way as ASP.NET Website projects are treated? – so you don’t have to explicitly add files that are already in place via the Solution Explorer too.
Thanks
Solved the problem by using Chris Pietschmann’s instructions to Convert an ASP.NET MVC application to a website project.
Though it looks like I’ll lose some of the suppport features for ASP.NET MVC built into Visual Studio by doing this..