Either i am late to the party or i did something wrong. I am working with Visual Studio 2013 and i was trying to use Membership class however, using System.Web.Security;
namespace doesn't exist in my assemblies.
What can i do to solve this?
Note: System.Web
exists
Targeting: .NET Framework 4.5.1
NET Remoting isn't supported on . NET 5+ (and . NET Core). . NET remoting was identified as a problematic architecture.
The best way to get a look under the hood is to create a project and open the References folder. Inside, you'll see all the default libraries, including SYSTEM. WEB. If you right-click a DLL, you can choose "View In Object Browser", which will then open the DLL so you can explore all the stuff inside.
For . NET Framework client developers, Windows Forms and WPF are supported with . NET 5.0.
The WebSecurity Object provides security and authentication for ASP.NET Web Pages applications. With the WebSecurity object you can create user accounts, login and logout users, reset or change passwords, and more.
Actually, in .Net Framework 4+, the namespace System.Web.Security
lives in the System.Web.ApplicationServices
assembly, look for that one in the references
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With