I have a website hosted with IIS7 (www.mysite.com).
I want to configure virtual directories to point to different IP addresses, with a logical name off of my site.
For example, I want www.mysite.com/server1 to point to a specific IP address, but still show the URL like it is directly integrated with my site.
Is this possible? So far, the only thing I've seen close is HTTP Redirect for the Virtual Directory, which isn't quite what I'm looking for.