I was trying to use Chris S' solution for updating a username in aspnet_Users table - solution described here: Is it possible to change the username with the Membership API

It worked once then it stopped and now I'm getting an error message saying:

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'aspnet_Users'

I am still able to create a user and his profile, just can't access aspnet_Users with my own query.

Creating a user and updating it works fine through library API, it means the table aspnet_Users exists, I just can't access it with my own query.

Any idea why this is happening?

有帮助吗?

解决方案

I had no aspnet_Users table indeed. Instead in umbraco db the members were written to cmsMembers table and this actually I'm updating with new members' info.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top