D
David
I recently set up a new ASP.NET web page, the first one I've ever done in a
real, honest to goodness server that wasn't my local machine. I've got a web
hosting service (from oneandone, in case anyone knows it.)
I would very much like to use the membership services. On my local machine
I have SQLServer Express, I use the defaults. Everything works.
Now. though. I want to use membership on the "real" web page, with my real
domain and everything. Part of the low cost package that I have is that I
can create only one SQL Server 2005 database. Of course, I need that one to
store the various bits of data that my page will present. So, what should I
use as my membership provider?
I tried just using that database to store the membership information, too,
by creating a <membership> section in the web.config, and using the
connection string that points to my database, the same one that has the
application data. That didn't work. After I typed in a name on the
CreateUserWizard, I got
"Server Error in '/WebSite1' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more "
Can anyone point me toward an example of using the membership provider using
a sqlserver database other than the default one? Can it be done?
real, honest to goodness server that wasn't my local machine. I've got a web
hosting service (from oneandone, in case anyone knows it.)
I would very much like to use the membership services. On my local machine
I have SQLServer Express, I use the defaults. Everything works.
Now. though. I want to use membership on the "real" web page, with my real
domain and everything. Part of the low cost package that I have is that I
can create only one SQL Server 2005 database. Of course, I need that one to
store the various bits of data that my page will present. So, what should I
use as my membership provider?
I tried just using that database to store the membership information, too,
by creating a <membership> section in the web.config, and using the
connection string that points to my database, the same one that has the
application data. That didn't work. After I typed in a name on the
CreateUserWizard, I got
"Server Error in '/WebSite1' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more "
Can anyone point me toward an example of using the membership provider using
a sqlserver database other than the default one? Can it be done?