Click here to Skip to main content
15,886,712 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have one xml file to populate checkboxlist in web form.i put it in '
App_LocalResources
'.
xml file properties setting is 'copy always' and 'embedded resources'. In my local test, everything is fine. when i execute, i can see my xml file in this path. '
D:\_TEST\ReleaseVersion\LocalResourceFileTest\bin\App_LocalResources
'.

when i publish i also can see my xml file in bin folder.I just want to make sure when it deploy it works well. as i can't test production deployment in my local.

as long as xml file is in
bin\App_LocalResources
after publish, will it be safe ?

What I have tried:

local test is ok using visual studio 2017
Posted
Comments
DerekT-P 3-Apr-20 5:06am    
Do you not have a user-acceptance test environment? If not, create one!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900