Quick Issue: Our aspnet_Membership table is corrupted based on a DBCC CHECKDB; run against the database.
Long Explanation: Our client reported issues registering a specific email account. We cloned the site to perform maintenance, and upgraded to DNN 6.2.7 to ensure all of the core files were intact. We are able to create other accounts, just not the one they want, which lead us to look into the database. We checked the users, aspnet_Users, and aspnet_Membership. All but Membership showed no trace of the account, but the Membership table produced the following error:"Msg 605, Level 21, State 3, Line 2
Attempt to fetch logical page (1:362) in database 46 failed. It belongs to allocation unit 72057604906287104 not to 72057601566507008."
Is there a known fix for this issue, and if so, could a detailed explanation be given?