No owin.Environment item was found in the context

前端 未结 12 1829
心在旅途
心在旅途 2020-12-10 00:44

Microsoft recently introduced new ASP.NET Identity - replacement for old (Simple)Membership. Unfortunately, I can\'t use this new membership system in my old project because

12条回答
  •  自闭症患者
    2020-12-10 01:16

    I had this same issue. I fixed it with the web.config.

    However I had changed the assembly name and namespace and did not find the original assembly name anywhere anymore.

    I then discovered that clean was not removing the original assembly from the bin.

    Aftter deleting the bin litter, I was able to remove the web.config OWIN entry.

提交回复
热议问题