MVC 5 Owin Facebook Auth results in Null Reference Exception

后端 未结 11 1160
忘了有多久
忘了有多久 2020-12-01 11:52

I\'m trying to setup integrated OWIN Facebook authentication in a new MVC 5 project in Visual Studio 2013. I have configured apps and keys as per this tutorial:

http

11条回答
  •  Happy的楠姐
    2020-12-01 12:46

    I started getting this in the latest VS 2013.3 template and realized the authentication wasn't playing nice with FormsAuthentication that I unnecessarily ported from one of my other projects. Here's what I did to fix it:

    added ...

    added ...

提交回复
热议问题