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
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