I have an MVC3 website setup in IIS7, lets say the URL is http://devtest.com, and I would like to setup an ASP.NET 2.0 webapp as a child application. My goal is to hit a URL like http://devtest.com/childapp.
While the MVC app is working fine, when attempting to navigate to the child app, I get an error: "Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
Is this type of configuration even possible, and if not, can anybody suggest an alternative setup?