In a legacy project I am working on, there is a using directive:
using System.Web.Hosting
I supposed, that the nuget package name should be System.Web
and tried to install it via Nuget.
But there's no such package.
Question: where can I get this package and how?