Change .NET Framework version of application pool to 3.5?

Posted by Sean Sexton on Stack Overflow See other posts from Stack Overflow or by Sean Sexton
Published on 2008-10-01T17:40:00Z Indexed on 2010/04/22 2:13 UTC
Read the original article Hit count: 275

Filed under:
|
|

I've installed .NET Framework 3.5 SP1 on web server (Server 2008 Enterprise), so running IIS 7.0.

I want to change the version of .NET Framework used by an existing site. So I right-click on appropriate Application Pool and selected Edit Application Pool. The .NET Framework dropdown does not include an explicit entry for framework 3.5, but just 2.0.50727.

Does anyone know off the top of their head--is this just because the version of the core RTL in 3.5 is still 2.0? Or do I need to do something additional to get IIS to see version 3.5? (Did try restarting IIS).

Thanks!

© Stack Overflow or respective owner

Related posts about iis7

Related posts about .net-3.5