I have an mvc site with two projects. One is the site itself and then a second project contains controls which are content only. The reason for this is that the control project is for elements that live in a cms. When I am running it locally in dev studio, I would like to be able to load these controls without setting up iis.
Is there anyway that the visual studio web server can recognize this second project as a different virtual directory so I can use functions like MapPath("~/cms/file.ascx") to load these elements?