Referencing system.web.cors

前端 未结 4 1695
梦毁少年i
梦毁少年i 2021-02-06 23:42

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

4条回答
  •  Happy的楠姐
    2021-02-07 00:02

    The only way to use System.Web.Cors locally is to use the nightly builds as per this discussion. http://aspnetwebstack.codeplex.com/discussions/436442

提交回复
热议问题