I have a solution with 8 seperate Web Apps which are required to redirect/link to each other on occasion.
Also I use Subversion as my sourceControl and do development in one branch and bug fixing in another.
Thus I can have more than one copy of the web suite on my machine at once.
For the purposes of this question let's say they are in directories DEV and FIX
I would like to load both solutions in separate copies of VS and have each able to operate independently without conflicting.
I also need the ability to quickly branch the source and spin up yet a third or forth copy of the system again without conflicts.
So what is the best way of achieving this? (IIS, Visual Studio Development Server, Custom WebServer)
Can I setup a solution to run all its web apps on a single port and configure that port in the same place?