I have my main app at c:\inetpub\wwwroot\. I've created a separate application, and put it at c:\inetpub\subapp. I'd like to set it up so that if I visit http://www.mysite.com/subapp, it will run my subapp application.
I went into IIS, right-clicked on Default Web Site, and clicked Add Application. I set the physical path to my subapp, and tested it, but I got an error saying "Invalid application path"

Am I doing something wrong here, am I not adding the application correctly?