I have local resource files for my web application. I want to know the location of the .resource file once the compiler creates it from the resx file.
The reason i wish to know this is so I can compile on the local server and copy the .resource files to live and avoid a complete redeploy for simple text change.
Thanks,
Shawn