asp.net - Accessing table aspnet_Users to update data -


i trying use chris s' solution updating username in aspnet_users table - solution described here: is possible change username membership api

it worked once stopped , i'm getting error message saying:

exception details: system.data.sqlclient.sqlexception: invalid object name 'aspnet_users' 

i still able create user , profile, can't access aspnet_users own query.

creating user , updating works fine through library api, means table aspnet_users exists, can't access own query.

any idea why happening?

i had no aspnet_users table indeed. instead in umbraco db members written cmsmembers table , i'm updating new members' info.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -