Membership and SQL Server 2000

  • Thread starter Thread starter Douglas Adams
  • Start date Start date
D

Douglas Adams

Can anyone help me, I'm trying to get Membership working in ASP.NET 2.0 with
a SQL Server 2000 DB ?

It works fine with SQL Express, but i need to link it up to my existing db.
 
This was answered just yesterday, in the
Re: ASP.NET 2.0 Membership and Login thread.

Take a look at :

Writing a Custom Membership Provider
http://www.15seconds.com/issue/050216.htm

Installing the Database using aspnet_regsql.exe
http://msdn2.microsoft.com/library/x28wfk74(en-us,vs.80).aspx

Working own provider
http://forums.asp.net/899888/ShowPost.aspx

You should be able to cobble the pieces from those examples,
to get your own provider working.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
Can anyone help me, I'm trying to get Membership working in ASP.NET 2.0 with
a SQL Server 2000 DB ?

It works fine with SQL Express, but i need to link it up to my existing db.
 
Unfortunately i couldn't get the thing working.

The example that was provided on the 15 mins site didn't work for me. If
anyone can help me out I'd appreciate it.

Many thanks.
 
Back
Top