Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have problem with combining two web Application (asp.net)in to one Solution which reside on same drive/Folder..
give me solution...
Posted
Comments
Shahare 10-Feb-13 3:46am    
You did not say what the problem is.
db7uk 10-Feb-13 4:05am    
Copy the files from one and paste into another? Does that not work?
bbirajdar 10-Feb-13 11:56am    
Try copy paste..If it does not work, you can post the exact problems you are facing...

1 solution

Hi Gajendra,

There is no problem having two sites reside in the same physical folder (even when they stay two different websites, two virtual folders can direct to the same physical folder anyway.
There is no problem merging two sites into one, but that has consequences:
They will have the same Session, global.asax etc.

If you have different login functionality, or if you there might be any other overlap between the two sites, then the merge may work technically but there will be logical flaws.

Bottom line is that there's no technical problem whatsoever to merge two sites especially if they are both ASP.NET, and have used the same .NET version etc.
In order to achieve this:
1. Open the solution of one of your projects.
2. Add the files of the second project to it.
3. Publish your newly merged website to the hosting location.

Cheers,
Edo
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900