Either I'm late for the party, or I did something wrong. I am working with Visual Studio 2013 and I tried to use the Membership class, however the namespace using System.Web.Security;does not exist in my assemblies.
What can I do to solve this problem?
Note: System.Webexists
Targeting: .NET Framework 4.5.1
source
share