all, my question is :
I have a solution includes some web project, let's name them as X,A,B,C...
In my product environment, The X is deployed to Root directory and A deployed under /A and B deployed on /B , and so on
Now I wanna simulate the environment in my local debug environment, how to configure iis express or VS 2013 debug property ,so the iis express can construct the following structure:
/ - X
/A - A
/B - B
and I can debug the solution locally. The A,B,C is designed to call the Webapi based on X
Thank u all.