|
| Solution within a Solution in Vis Studio 2005 |
 |
Tue, 25 Mar 2008 16:01:46 +000 |
Hello
I have 2 Solutions, each has a web site. They are seperately deployable to the
same IIS on the same server. The first soluton contains user login screens and
a menu of things to do. One of the menu items contains a link to the second
Solution. Everything works well.
I would like to add the second Solution to the first Solution such that I could
use the debugger to step from one Solution into the other.
I have used the File / Add / Add Existing Web Site to include the first Solution
in the Second. I am having trouble creating the correct link to use so that I
can navigate from one Solution into the other.
Please Help
Steve
|
| Post Reply
|
| Re: Solution within a Solution in Vis Studio 2005 |
 |
Wed, 26 Mar 2008 13:39:01 +000 |
wrote in message news:2254103@forums.asp.net...
> Hello
>
> I have 2 Solutions, each has a web site. They are seperately deployable to
> the same IIS on the same server. The first soluton contains user login
> screens and a menu of things to do. One of the menu items contains a link
> to the second Solution. Everything works well.
>
> I would like to add the second Solution to the first Solution such that I
> could use the debugger to step from one Solution into the other.
>
> I have used the File / Add / Add Existing Web Site to include the first
> Solution in the Second. I am having trouble creating the correct link to
> use so that I can navigate from one Solution into the other.
>
> Please Help
>
> Steve
>
Assumption:
- You have two solutions, each containing one project (site).
If this is true, and if I understand what you are trying to do, then you
need to add the site from the second solution (as you described above) and
then forget about the second solution. Everything you need will be in the
first solution.
Solutions are containers for projects. You lose nothing by having both of
your sites in the same solution.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|