Can the application.config file handle provider registration?

  • Thread starter Thread starter Benton
  • Start date Start date
B

Benton

Hi there,

I'm looking into provider-independent data access with ADO.NET 2.0. The
available providers should be registered in the machine.config file, but
what If I don't have access to that file? Can I register my provider in the
application's .config file or some other place?

Best Regards,

-Benton
 
Benton,

You can forever set your information everywhere, in the registry (not so a
good choise in your problem), in files etc. and not in the last place in
your program itself.

Cor
 
Benton,

Doh, I was thinking that I was answering from the VB net newsgroup, excuse
me very very very much.

:-)

Cor
 
Back
Top