In this recipe, we are going to host a .NET default v4.0-supported web page. We will check out the default website properties. We will upload the web page to the default wwwroot directory.
Hosting .NET web page
Getting ready
We need a v4.0 application to be installed on IIS 10.0 Server, and our v4.0 .NET web page should be ready. We'll need to install some IIS components not installed already in IIS 10.0. For this, you must have administrative privileges.
How to do it...
First, we have to install some .NET supported components.
- Open Server Manager on Windows Server...