ASP.NET 2.0 with SQL Server 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Eeraj said:
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.
 
Back
Top