We have Windows
2008, with IIS7 on it. We have .net2.0
framework
and all the rest of versions installed. The problem is that in IIS7, we need to set a Virtua Directory to use the .NET1.1 version. I remember in IIS6 there was a tab (in Properties) called "ASP.NET"
which allowed you to set the version of .NET
for the VD or site. I can't find that same functionality in IIS7. Can you please let me know how we can achieve that in
IIS7?
User-970380410 posted
It seems it has moved into the Application Pool settings. This make some sense, as even in IIS 6 you could not run a .NET 1.1 and a .NET 2.0 application in the same application pool -- it would fail and event log would be generated. Click on the Application
Pool that is running your site/app and go to Advanced Settings. The first setting at the top is .NET Framework Version. The Clinkmeister
I checked that but don't have option other than 2.0, looks like i need to install .Net v1.1 on it. can both Framework vesions 1.1 and 2.0 reside on Windows 2008 + IIS7.0