My production environment have a root, and my virtual directory will be at /brazil folder inside the root.
When I convert my website project(not web application), that works correctly with Cassini at /brazil since my website folder is brazil, IIS Express put the site at root, how can I change this?
I'm seeing similar problems with IIS Express with web applications. From what I'm seeing, IIS Express actually allows you to define a folder in the 'Project Url' field, but then when launching it generates 2 websites, one with the folder and another for the root application. Problem with this is that it is using the same folder for both which brings web.config inheritance issues.
My solution was to go edit the hosting file and change the physicalPath for the root virtual directory to an empty folder in my system
For example:
To this: