I have created an ASP.NET-WebApi application and I have this error:
HttpConfiguration does not contain a definition for SuppressDefaultHostAuthentication
The code was generated automatically, I think it should be a link, but could not find this link.
using System.Web.Http; using Microsoft.Owin.Security.OAuth; public static class WebApiConfig { public static void Register(HttpConfiguration config) {
source share