I have one web site in IIS, and I would like to have version 2, 3.5, and 4 applications hosted under the same IIS web site. Is this possible?
Thought it\'d be as ea
You can host all the versions of .NET in one single IIS provided you separate the sites into Application Pools. Within the App Pool each application is run by the same .NET version (set on the pool)