Browse by Tags

All Tags » ASP.NET Membership (RSS)

Asp.Net mebership creates two users in aspnet_Users table by guru_sarkar

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...

Asp.Net Roles not working when site published on server by guru_sarkar

Problem: I have seen people complaining their asp.net user roles won't work as desired when they publish their site on server. Everything works locally when they run through Visual Studio. Potential Reason: applicationName attribute is missing from role...

Storing User Profile into a Custom Table using CreateUser Wizard control by guru_sarkar

I discussed how you can add extra controls to CreateUserWizard(CUW) Control in the blog post HERE . Assuming you have gone through the post above, what we will do here is store this extra information collected in CUW into a custom database. Other option...
More Posts