How to include wse3policyCache.config in the windows service installer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mailtosmita
    New Member
    • Sep 2008
    • 1

    How to include wse3policyCache.config in the windows service installer

    Hi All,

    I have made a windows service known as polling service which will be using wse3policyCache .config file.The windows service repeatedly calls a method of an existing webservice and in order to call this method its necessary to define wse cache policy.Well everything is working fine except when I am creating installer for the service it doesnt include this wse3policyCache .config.I have to manually put the file in the location where I am installing the service.I want this file to be automatically placed at the right location just the way installer includes app.config file and make it available at the right location with the name pollingservice. exe.config.Plea se help.
Working...