I'm trying to link multiple tables together using the unique user ID generated when a new user is created and I'm having trouble parsing for the information. The error I'm receiving (pictures below) illustrate that I am not connecting to a SQL database although
I have both users (I can login & create new users just fine) and multiple other tables created that are working just fine which I can pull information from. I only recieve this error when I try to get get a user or any of its attributes from the Membership
class (as far as I've tested which is not very far considering I only need this one variable).
TLDR: "Database can't connect" with Membership class but rest of site working just fine pulling database info
Go to the complete details ...