c# - configuring deployment of web service -
i have defined rules in xml file.
when running service getting nodes of xml file, when deploying web service, folder containing xml file not copied server!! i.e when publish folder not there, service throwing error stating xml file not found
what changes should make ensure xml file getting copied along parent folder during deployment?
what ide using ?? if visual studio can before publish set property 'copy out directory' 'always copy' , set property 'build action' 'content' in xml file propeties. copied when publish service.
Comments
Post a Comment