How to add new web.config provider

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

Guest

I have install VS2005 BETA2 . When I want to configure web.config file, there
it is one provider AspNetSqlProvider, and I cant to configure it and add new
provider, which use access file
 
but why I can't to add new provider neither Access nor SQL, and modify which
it is by default
 
I'm fairly sure the Access provider doesn't exist anymore. You could
write a custom provider and add that.
 
Back
Top