Global Resources Compiled?
Hi,
After I publish my web site, the ".resx" files that are found under App_GlobalResources cannot be edited because they are compiled into a ".dll". On the other hand, the ".resx" files under App_Local_Resources are not compiled and they work as intented, I can modify the Strings as I wish.
Is there a way to flag the compile so it does not compile the GlobalResources?
Thank you!
|