ASP.NET Identity - HttpContext has no extension method for GetOwinContext

后端 未结 10 1691
暗喜
暗喜 2020-12-04 05:04

I have downloaded, and successfully ran the ASP.NET Identity sample from here: https://github.com/rustd/AspnetIdentitySample

I am now in the middle of implementing t

10条回答
  •  一整个雨季
    2020-12-04 06:02

    Make sure you installed the nuget package Microsoft.AspNet.Identity.Owin. Then add System.Net.Http namespace.

提交回复
热议问题