I have 2 MVC websites (and a common library).
In project 'A' i need a URL from project 'B'. In Project 'B' I can use Url.Action("Method", "Controller") to build up the URL.
How would I be able to reference a route from another project across websites? And what about unit testing?