Hi,
I created a MVC website with visual studio 2012 ultimate version in my development server, possible for me to click on start button in visual studio and same website will actually start with 2 different web urls like http://localhost:59933 and http://localhost:59934 at the same time?
The reason is I am using same code base but one will act as Master and the other one will act as Slave which will connect to Master to get some data.
Regards,
Derek