We have recently implemented (enterprise library) data application blocks to
VB.NET console applications - very nice. The console apps read an app.config
file, which in turn communicates w/ a dataconfiguration.config file for
database access.
Now we're trying to implement data application blocks in a VB.NET class
library, which is called from a classic ASP web site (not an ASP.NET site).
Is there a way to utilize the app.config file under this architecture?
Is there another way to utilize the data application blocks?
I assume if the web site was ASP.NET I could use it's web.config file...
Any help is much appreciated.
|