Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Integrate two solutiuns in VS 2005?

Status
Not open for further replies.

rf222

Programmer
Jan 29, 2004
94
US
Did somebody attepmted to integrate two solutions? I am planning to integrate two ASP.NET solutions into one application/solution. What are the challanges? Any recommended path? I understand I need to integrate two web.configs into one. What is the easiest way to do this?



I was thinking about teh following model:

1) Create new solution in which projects (excluding website folders) will be integrated from both solutions

2) Create new Website with main menu and two subfolders (two old websites with its own web.config)

3) Place the new web.config in root site, those settings would be for the main site only, which will have two children sites...


It is difficult to get answers how to organize your solutions and projects. Most answers/articles are regarding the code... However I feel this is an important issue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top