change the default data management provider
Apologies if this have been asked beforeâ¦
How do I use the change the default site data management provider? I am converting my site to asp.net 2.0 and my user data is in SQL, I would like to take advantage of the built-in login controls. I used the aspnet_regsql wizard, which created about ten tables in my SQL database. So now what? I am using Visual Web Developer 2005 and I go to the web app admin screen to choose a data provider, but my only choice is the default; AspNetSqlProvider. What is my next step?
|