When you start debugging visual studio goes to http://localhost:3896/ by default is there a way to manipulate the startup so that it goes to http://localhost:3896/PROJ/Home instead.
I would like to do this without having to pop a redirect into the main controller, e.g. Not: Redirect("~/PROJ/Home");