Hello. I think I've seen this done once, but I cannot find it again after a long Googling/Binging session!
I'd like to create a new ASP.NET MVC project, then create a folder "Web" inside the project, and move all the "web-related" files to inside this folder.
The problem is that when creating this folder structure, I cannot simply press "F5" to start the Webdev.Webserver, because the "physical path" of my application is still pointing to my project root folder.
In the project settings, I've found the configurations for the development server, where I can change the port, for example, but there's no option to specify the "physical path".
Is there a way to do this?
Thanks!