I have a server with three sites on it (the default site and two applications). I want to set up some test sites (classic ASP) on the server but if I put them under Default Web Site I can't set them as the root for their own applications.
In other words, my application uses non-relative paths and I want to be able to test the thing without redoing how I do my includes all over the app.
What are my options? I thought about setting up Host Headers but I don't have access to any name resolution for the server- that's handled by someone else.