Building WEB API

Hi All,

I’m building my own ASP NET application based on Vidly application.
Added the following to Global.asax.cs file

using System.Web.Http;

GlobalConfiguration.Configure(WebApiConfig.Register);

As can be seen in attached screenshot, visual studio saying that Http is not part of System.Web namespace.
I believe that I’m missing some reference, the question is to which component.

Can you please advise on this issue?

Thanks in advance

Regards

Yossi

Have you tried to go to NuGet package to download WebAPI?