IIS 7: How to determine which version of .NET?

J

Jon Davis

I would like to run an ASP.NET v1.1 app on IIS7. I have other ASP.NET apps
that are .NET v2 so I can't just run aspnet_regiis.exe for v1.1 again.

How do I toggle the switch for this? Unlike in IIS6, there is no Properties
window with an "ASP.NET" tab where you can switch the version. It seems I am
a little overwhelmed by the multitude of options available now via control
panel-like icons and I don't know where to find what I'm looking for.

Jon
 
G

Guest

As with IIS 6.0, IIS 7.0 has "Application pools" each of which can be
configured to use a specific .NET runtime. You assign a particular
Application Pool to an IIS application.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top