Is it possible to have two virtual directories under the same website in IIS but have the virtual directories be using different versions of the .net framework?
For example, under the default website, can I have one virtual directory targeting the 2.0 framework and a second virtual directory targeting the 1.1 framework?
This is for IIS 6, thanks!