User584565090 posted
Hi,
Here is the situtaion. I have a web application project which is deployed on client machines using msi(as a pre compiled website).
There are aspx, images, controls files in the project etc. We also have app_globalresources which contains resx files. This is added recently in the project for localization of the website.When i try to deploy this application on a server. On the fresh installation
of this using msi, It throws the error message: "The directory '/App_GlobalResources/' is not allowed because the application is precompiled"
The Build action for the resx files is set to "Embedded Resource".
Can anyone please tell me what is that I'm missing in the deployment of this web application? This urgent requirement. Any help greatly appreciated.
Thanks.