I\'m trying to implement cors support in my Web API.
I have read a couple of blog posts on this topic, but I can\'t seem to find System.Web.Cors.dll or System.Web.Http.C
The System.Web.Cors assembly is now available on NuGet in the Microsoft.AspNet.Cors package. This is currently a prerelease package, so if you're using the Visual Studio package manager, you'll need to include prerelease packages.