在已部署的ASP.NET网站项目,我可以更新.resx文件而无需重新编译?

问题描述:

我部署ASP.NET应用程序锁定的生产环境。推组件(卫星资源集包括)到这个环境中它的过程有关,但复制非集会的环境不。

I'm deploying an ASP.NET application to a locked down Production environment. Pushing assemblies (satellite resource assemblies included) into this environment has process associated with it, but copying non-assemblies to the environment does not.

在一个ASP.NET网站项目,我可以更新.resx文件而无需重新编译?

On an ASP.NET web site project, can I update a .resx file without recompiling?

我想这取决于你的应用程序在做它们。

I guess it depends on what your app is doing with them.

如果你推.resx文件到您的网站的App_LocalResources文件夹,它们将自动编译只要你做到这一点刚刚好时间。因此,在这种情况下,你就不必重新编译任何东西。

If you're pushing .resx files into the App_LocalResources folder of your website, they will be Just-In-Time compiled automatically as soon as you do that. So in this case you wouldn't have to recompile anything.