Adam,
Thanks.
On another note, the new DNN provider attempts to bring in the portal.css however the pathing at runtime appears to be incorrect as it look for "/portal.css" rather than /portals/0/portal.css. Also, why not make it also read in the current skin css for the portal as this is what most folks are using for site design.
Secondly, can you add support for the "ConfigurationPath" attribute in the web.config file for the DNN provider.
Something like this in the provider:
'Added by Tom Lucas of LucasLabs.Net to support config files.
_configPath = objProvider.attributes("ConfigurationPath")
cntlCE.ConfigurationPath = _configPath
Thanks