W
Willy Van den Driessche
I put my datasets inside a DLL (I have moved them out of app_code to avoid
the clutter). These are typed datasets for which the code is generated by
dotnet.
To be able to generate them I have found little else than to add a "setting"
to my DLL.
How can I configure them to read their settings from the main app's
web.config instead of the my.settings.... infrastructure ?
I can of course add code to these partial classes and initialize them
myself. But I have the (naive) feeling that there is a simple no-code
solution I am missing.
Willy Van den Driessche.
the clutter). These are typed datasets for which the code is generated by
dotnet.
To be able to generate them I have found little else than to add a "setting"
to my DLL.
How can I configure them to read their settings from the main app's
web.config instead of the my.settings.... infrastructure ?
I can of course add code to these partial classes and initialize them
myself. But I have the (naive) feeling that there is a simple no-code
solution I am missing.
Willy Van den Driessche.