Re: will DNG work without folder structure ?

  •  10-09-2009, 9:56 AM

    Re: will DNG work without folder structure ?

    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
View Complete Thread