Contents tagged with ASP.NET Membership
-
Why ASP.NET Web Configuration Tool wouldn’t open from VS Web Developer Express 2012?
I had to play with ASP.NET Web Configuration Tool from VS Web Developer Express 2012 for an issue.
-
Asp.Net mebership creates two users in aspnet_Users table
While using asp.net membership and roles you will see two seperate entries for same user in aspnet_Users table. But you will have a single entry for that user in aspnet_Membership table. The reason for that is you have set applicationName for your membership and roles provider in your web.config.
-
Asp.Net Roles not working when site published on server
Problem:
-
Storing User Profile into a Custom Table using CreateUser Wizard control
I discussed how you can add extra controls to CreateUserWizard(CUW) Control in the blog post HERE.