Microsoft IIS 10.0 Cookbook
上QQ阅读APP看书,第一时间看更新

How it works...

In this recipe, we installed the NET Extensibility 3.5 and 4.6 components. We also installed support for asp, asp.NET, and ISAPI, which are not available in a default installation of IIS 10.0. We explored application pool properties and uploaded v4.0 .NET application files we created for demo purposes.

Now, upload your files to the wwwroot directory, which is associated with the default website. Once you access the default website URL, your .NET application files will be processed by the application pool.