Posted on: 11/14/2014 12:09:31 PM | Views : 495

Hello
I am unable so load my aspx files in my browser because I haven't added a reference:
http://forums.asp.net/p/2018586/5809992.aspx?Re+BC30451+DefaultAuthenticationTypes+is+not+declared+Advice+please+
In my ASP.NET project, I have right-clicked the name of my project at the top, and selected Add | Reference... .
This is what I can see:
I can't see Microsoft.AspNet.Identity.Core or Microsoft.AspNet.Identity.Core.dll in that list. Microsoft have also directed me to this code snippet:
'Declaration Public Const TwoFactorRememberBrowserCookie As String 'Usage Dim value As String value = DefaultAuthenticationTypes.TwoFactorRemembe ...

Go to the complete details ...