I\'m working on an ASP.NET solution with 2 projects. One is the web interface and the other contains my business logic. I\'m using LINQ to SQL for my data access in the second project.
I am providing registered members of a website a weekly mailing which contains URLs to private pages on the website.
We have implemented a Custom Membership provider and have a change password control on a webpage that uses this provider. The ChangePassword method in this membership provider class checks some busine
I\'m trying to remove all the views, tables etc the aspnet_regsql.exe command created. Running the wizard again but for uninstalling tells me there are records in there so I cannot delete it.
3 Years ago I came across a really nice script. It was just an aspx and aspx.cs script, nothing more. It allowed me to see all the roles and users on site.
I\'m developing an ASP.NET system that has two different \'tiers开发者_高级运维\' of roles. The main tier will use Active Directory groups to determine membership, while the second tier will use a dat
I\'m using ASP.Net membership to secure my site and I have a question about how to store extra user information. By googling and reading other questions I think the 3 accepted approaches to storing ad
I want to customize asp:PasswordRecovery control.I am using asp.net membership to control login etc.
We are talkign ASP.NET 2.0. I have already added the applicationName attribute to my providers group in the web.config. But still, when I clear out all the tables and run the app, when I add a user,开
I\'m developing a fairly simple website for a friend and want to provide some admin access features using .Net membership authentication.