I have a solution, and it contains two projects. They are both MVC 3 projects.
Project A is the default (start up) one.
Project B is the second one.
They both have controllers and views.
Example:
Project A has something like /Home/Index
Project B has something like /Admin/Login
The question is how to write the mapping? When I type in the URL of /Admin/Login, I would like to see the page. Currently I have 404 error.