Hi,
I am building a web application in VS 2013 which has two projects a main and opposite site.
My question is how to link from project 1 to opposite page in project 2.
I.e.
MySolution > Project 1 > Page 1
MySolution > Project 2 > Page 2
I need a @Html.Actionlink to link page 1 in project 1 to page 2 in project 2.