I just migrated my VS2005 web site project to a web application project. Everything works fine except for my globalized external resource files. I have globalized resource files that I placed in the web/bin/en folder for my english globalized resource strings. Unfortunately, when I run my web application, it is unable to find these strings and default back to a preset value. Is there anything special that needs to be done?
Thanks,
jun