In the original design of localization resources (extension with .resx), this resources will not be compiled as they can be modified without re-compilation and stored in the "App_GlobalResources" folder in your web application. When the a request goes into IIS, IIS will compile the requested page and load all resources into a single dll stored in the temporary folder. [More]