Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using membership controls with SQL Server 2000?

Status
Not open for further replies.

may1hem

Programmer
Jul 28, 2002
262
GB
I'm receiving errors when trying to use the new ASP.net membership controls, and my hosting company says this is because they still use SQL Server 2000, and not the newer 2005 version.

My web space has been upgraded to ASP.net 2.0 but it only has the older SQL Server 2000.

Is there a workaround way to use the membership controls with SQL Server 2000?

Thanks,
May
 
You could add all the tables yourself, but it would be much easier if they were to run the

aspnet_regsql.exe

file..

It is sitting in the WindowsOS\Microsoft.NET\Framework\v2.0.50215 directory (with the correct version of the framework specified)

I looks after most of the issues you could have.
(there are some switches - do a websearch or execute with /?
)

HTH

Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top