G
Guest
Hi,
I am revamping my company's website with ASP.Net 2.0. In order to use our
existing user data in our SQL 2000, I have written a custom membership
provider. However, when I try to logon with the Login control, it gives an
error:
System.Data.SqlClient.SqlException: Could not find stored procedure
'dbo.aspnet_CheckSchemaVersion'.
Is it because I have not run the aspnet_regsql.exe yet? Do I have to?
I took reference from the following two Microsoft articles and they didn't
mention about the aspnet_regsql.exe anyway.
http://msdn2.microsoft.com/en-us/library(d=printer)/system.web.security.membership.aspx
http://msdn2.microsoft.com/en-us/library(d=printer)/yh26yfzy.aspx
Any comments?
YWB.
I am revamping my company's website with ASP.Net 2.0. In order to use our
existing user data in our SQL 2000, I have written a custom membership
provider. However, when I try to logon with the Login control, it gives an
error:
System.Data.SqlClient.SqlException: Could not find stored procedure
'dbo.aspnet_CheckSchemaVersion'.
Is it because I have not run the aspnet_regsql.exe yet? Do I have to?
I took reference from the following two Microsoft articles and they didn't
mention about the aspnet_regsql.exe anyway.
http://msdn2.microsoft.com/en-us/library(d=printer)/system.web.security.membership.aspx
http://msdn2.microsoft.com/en-us/library(d=printer)/yh26yfzy.aspx
Any comments?
YWB.