Hi all:
For ASP.NET Web Site, when I modifiy resouce files, is it necessary to deploy the new App_GlobalResources.compiled along with App_GlobalResources.dll to the server?
Thanks.
Hi all:
For ASP.NET Web Site, when I modifiy resouce files, is it necessary to deploy the new App_GlobalResources.compiled along with App_GlobalResources.dll to the server?
Thanks.
yes, you need to deploy these dll (App_GlobalResources.dll
), because global resources were built in dll
Follwing files you need to deploy