Hello,
not specifically a gsp problem, but may be someone already faced it...
I use a custom resources provider (sql db) for the website to which i plugged gallery server.
I can't find a way to set gs pages to look into App_GlobalResources .resx files instead of my provider..
The ResourceProviderFactory base class can not be instantiated..
I tried to put a web.config in the gs folder with < globalization resourceProviderFactoryType="">,
I also made my customprovider return null / nothing depending on the path / request.url for gs requests,
(as explained here
http://stackoverflow.com...n-the-same-asp-net-appl) no succes....
i guess that i'll have to import the resources from GalleryServerPro.resx in my db... ?
Any idea ?
thanks,
Luc