In this recipe, we are going to host a .NET v2.0-supported web page. We will change the property of the Default Web Site. We will upload the web page to the default wwwroot directory.
Hosting different versions of a .NET website
Getting ready
We already have the v2.0 and v3.5 framework versions installed on IIS 10.0 Server. The v4.0 .NET web page we created should be ready. You must have administrative privileges.
How to do it...
- Open IIS Manager and click on Default Web Site.
- In the Actions pane, click on Basic Settings... and then click on the Select... button, highlighted...