I have my main website's application on my server at C:\inetpub\wwwroot, which I can view at http://www.mysite.com
I've created another separate MVC web application, named Subdir. I'd like to set it up so that if I visit http://www.mysite.com/Subdir, it will run my Subdir app.
What do I need to do for that? I obviously can't just drop the app in C:\inetpub\wwwroot\mysite.webui\whatever. Do I need to put the application in a certain directory? Do I need to configure anything in IIS?