Quote:
|
Since I have no stored procedures, I am trying to determine the "actual" problem.
|
That *is* the actual problem. The Membership and other providers make use of stored procedures which are created either the first time you use one of the membership features (when running locally against the Sql Express edition) or when you run the aspnet_regsql tool.
The error message seems to suggest the stored procedures are missing.
How that can happen is difficult for me to say without more information such as the actual connection strings and the way you set things up (e.g. how you're accessing the remote server from your local development machine and so on). Can you elaborate on that?
Imar