I'm just moving away from cassini (which I liked for various reasons) and am trying to replicate my setup in IIS Express.
With cassini, I could set the virtual directory of the web app I'm, working on.
For example....
when I pressed f5, the web app would launch at http://localhost:55555/AppVirtualdir
I can't see any settings for this within Visual Studio 2013. If I create a virtual directory in applicationhost.config then I can make it serve the pages from the correct URL, but I get some very funny behaviour in Visual Studio (any files I add to the project are added to the physical path of the root, which is the wrong place)
Any suggestions would be appreciated.