I have a Visual Studio solution containing two web applications.
I would like the first to depend on the second (the pages in the first may contain links or, possibly, send to the pages in the second).
In addition, I would like to be able to run the first project on the development server (the standard debugging procedure for web applications in VS) and make full use of the links to the second project.
Does anyone know a better way to achieve this?
Thank.
source
share