MVC4: Why cant I resolve the WebSecurity class?
While trying to create a two step password reset page, I struggled to find the required reference for the WebSecurity class (to generate the ResetToken).
The solution is to add a reference to
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies\WebMatrix.WebData.dll
The solution is to add a reference to
C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies\WebMatrix.WebData.dll
Comments
Post a Comment