References between ASP.NET web applications.
Posted
by mcoolbeth
on Stack Overflow
See other posts from Stack Overflow
or by mcoolbeth
Published on 2010-06-09T16:29:07Z
Indexed on
2010/06/09
16:32 UTC
Read the original article
Hit count: 368
I have a Visual Studio solution containing two web applications.
I would like the first to depend on the second (pages in the first may contain links to, or possibly post to pages in the second).
Furthermore, I would like to be able to launch the first project on a development server (standard debugging procedure for web apps in VS) and have the references to the second project be fully functional.
Does anyone know the best way to achieve this?
Thanks.
© Stack Overflow or respective owner