R
Rahul
I have some resx files inside my Global Resources folder for the web
and some other Resx files for the DataAccess layer project .For web
project I am using Resx files for the Form control's (Label, textboxes
etc..) naming purpose. My project would require constant changing of
resx files after deployment.
In asp.net 2.0 i published the web site and was able to see the
Precompiled version. inspite of me making the Compile Action of Resx
files to "Content"and Copy to Output Directory clause to "Always Copy"
in the Property window for the files, I never see those files in the
Bin Folder.
Also i did not found a way to make my Resx files as content under
App_GlobalResources folder. The Properties windows does not have a
compile Action Option.
I want the resx files to be spitted out so that I can change the Label
text on the fly after the deployment / publishing.
Am I doing some thing Wrong .Is there any other approach.
Any Advice.
Thanks
Rahul
and some other Resx files for the DataAccess layer project .For web
project I am using Resx files for the Form control's (Label, textboxes
etc..) naming purpose. My project would require constant changing of
resx files after deployment.
In asp.net 2.0 i published the web site and was able to see the
Precompiled version. inspite of me making the Compile Action of Resx
files to "Content"and Copy to Output Directory clause to "Always Copy"
in the Property window for the files, I never see those files in the
Bin Folder.
Also i did not found a way to make my Resx files as content under
App_GlobalResources folder. The Properties windows does not have a
compile Action Option.
I want the resx files to be spitted out so that I can change the Label
text on the fly after the deployment / publishing.
Am I doing some thing Wrong .Is there any other approach.
Any Advice.
Thanks
Rahul