Is is possible to store the data normally in the config file in a database instead?
I'm developing against DotNetNuke which often runs in a hosted enviornment that doesn't allow users to access their web config file to make changes. To use NetTiers in this environment, I'd have to store the same info that is in the config files in a data table.
Is this possible, or is it possible to include another web.config file under my module's root folder which is two levels below the web app's root folder?