tags:

views:

586

answers:

1

Is it possible? And if yes; how?

+3  A: 

It is possible. In IIS7, you just have to create multiple App Pools for each type of application. On my dev machine, I have IIS7 running with App Pools for the following:

.NET 1.1 in Classic Mode
.NET 2.0 in Classic Mode
.NET 3.5 in Integrated Mode

Those seem to take care of any application I've ran in to so far. If you've got others, whip up another App Pool and assign your applications accordingly.

Justin Niessner