You beat me to it, Steven... ;-)
Second link reposted, to fix it, as it was broken into 2 lines.
!> #Using ASP.NET 2.0 Membership API with SQL Server 2000
!> http://www.vikramlakhotia.com/Using_ASPNET_20_Membership_API_with_SQL_Server_200
0.aspx
Something to keep in mind, too, is that SQL Server 2000 and SQL Server 2005 Express can coexist.
I have them both running on the same testbox at the same time.
That way, you don't have to deal with custom implementations which might require old syntax.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
Thanks Juan,
I always encounter such broken link issue due to the tool my used :(
Thanks for correcting it.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Juan T. Llibre" <nomailreplies@nowhere.com>
>References: <B234EAE0-601D-4E1D-B7BA-400BCB80396D@microsoft.com>
<n7jURomMIHA.6908@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Replacing VS .NET's SQL Server Express Edition Integration
>Date: Thu, 29 Nov 2007 05:59:47 -0400
[quoted text clipped - 5 lines]
>!> #Using ASP.NET 2.0 Membership API with SQL Server 2000
>!>
http://www.vikramlakhotia.com/Using_ASPNET_20_Membership_API_with_SQL_Server
_2000.aspx
>Something to keep in mind, too, is that SQL Server 2000 and SQL Server 2005 Express can coexist.
>I have them both running on the same testbox at the same time.
[quoted text clipped - 22 lines]
>>
>> #Using ASP.NET 2.0 Membership API with SQL Server 2000
http://www.vikramlakhotia.com/Using_ASPNET_20_Membership_API_with_SQL_Server
>> _2000.aspx
>>
[quoted text clipped - 7 lines]
>>
>> Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
[quoted text clipped - 28 lines]
>>>2005 Express with my VS .NET installation, how do I set up my existing SQL
>>>2000 server to be the membership & roles provider for ASP .NET?