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!
You are not saying which version of IIS you are using, but for 6.0 and up, just assign them to different application pools, and set the pools to use the right version of .Net.