How to install new sites in IIS 7.5 for .NET 4 by default

I just reinstalled Windows 7, and IIS creates new .NET 2.0 sites by default. At some point, I decided to install the default .NET 4.0 sites - how do I install it again?

+6
source share
2 answers
  • Select the root element in the tree on the left - it contains the server name.

  • Click the " Change .NET Framework Version " link in the right pane. You will now see the "Change .NET Framework Version" dialog box.

  • Select the .NET 4.0 platform from the drop-down list.

  • Click OK

+12
source

What worked for me:

  • Click "Application Pools" in the tree on the left.
  • Click "Set Application Pool Settings ..." in the right pane.
  • Install version v4.0 for the .NET Framework
+4
source

Source: https://habr.com/ru/post/907278/


All Articles