asp.net custom resource provider

ClaidaBak

New Member
In my asp.net web site i'm using customized resource provider to fetch local resource information from database,\[code\]<globalization resourceProviderFactoryType="MyCustomResourceProvider" culture="en-US" uiCulture="en-US">\[/code\]It is working fine while i debug from visual studio or publish using "precompile site to be updatable" mode set to true. But when i change the "updatable" mode to false, it is not hitting my custom resource provider for any page.Anyone have faced this problem before ?
 
Back
Top