I had created a Membership ASP.NET 3.5 website and selected the Forms authentication. Therefore, I created several
users with related information into the ASPNETDB database. Yesterday, I changed the website security to Windows
authentication.
This morning, when reviewing the ASPNETDB data for another website, I still can see those Membership Forms users and
their ApplicationIDs in the aspnet_Users and aspnet_membership tables. How can I delete those Forms users?
Another question: In aspnet_Applications table, I can see the ApplicationName (e.g. /WebPartsDemo) for the Web Parts
websites. I have 2 ApplicationIDs in the aspnet_Membership table. I can not see only one ApplicationID in the aspnet_Applications
table, but with an empty ApplicationName, i.e. / only.
Do I miss something when creating the Membership website? What is the ApplicationName for t ...
Go to the complete details ...