Is it possible to have two different versions of the .net framework on the web server then have one Virtual directory use the 2.0 version and another virtual directory use the 4.0 version in the ASP.Net tab in IIS?
A customer has all of it's ASP.Net apps compiled in the 2.0 frame work. But they want to install a newer ASP.Net app in a different virtual directory. And this new app was created in the 4.0 frame work.
How can they configure this on IIS?