How can I deploy an asp.net application to the root of an IIS6 webserver? All the applications I've deployed before have been in directories, such as http://www.example.com/app1/. To deploy that for the first time, I've always just gone to the IIS manager, and selected "Create Application" in the properties for that folder.
Now I'm trying to create an application on the root of the web site, like http://www.example.com/. But the property pages are different, and there doesn't seem to be an option to create an application in the root directory.
This is probably very simple, but I can't figure this out.