I have an MVC project and a separate Web Application project. How can I link the two together. Currently, when I try to open a page in the MVC project from the main project I get a 404 error. They have different Project urls, is this why? How can I synchronize them?

Thanks