vote up 0 vote down star

Is it possible? And if yes; how?

flag

1 Answer

vote up 2 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.