Home All Groups Group Topic Archive Search About

ASP.NET 2.0 with SQL Server 2000

Author
6 Jan 2006 11:22 PM
Eeraj
Is it possible to use ASP.NET 2.0 features like membership and
personalization with SQL Server 2000 or does it require SQL Server 2005?

Author
7 Jan 2006 12:57 AM
Jim Cheshire
Eeraj wrote:
> Is it possible to use ASP.NET 2.0 features like membership and
> personalization with SQL Server 2000 or does it require SQL Server
> 2005?

Yes, you can use 2000.  You just need to change the provider's SQL
connection string to point to a 2000 instance.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry:
Getting the PID and TID of a COM Call

Describes how to get the PID of the
dllhost process a COM call is executing
in and how to locate the thread as well.

Bookmark and Share