if I want to have custom modules that reference data that is stored in an entirely separate database than the DNN database, is there a recommended way that the connection can be configured and still utilize much of the DNN framework?
For example, could I still use the DNN DAL2 model and just have a second connection string for my application data or do I need to create and use my own data access layer to access my separate application database?