Hi,
The DotNetGallery supports custom data provider.
We will implement a database provider later.
--
If you are insteresting and have time, now you can try to implement class DotNetGallery.GalleryDataProvider
and register it in web.config
<add key="DotNetGalleryDataProvider" value="YourCustomProvider,YourDll" />
Regards,
Terry