Hi How to create the set up project for the WCF service . I created the set up for the WCF and added primary out file . But i could not see the Web.config and svc files. what is the issue. Please clarify
Thanks In Advance Sekar
Hi How to create the set up project for the WCF service . I created the set up for the WCF and added primary out file . But i could not see the Web.config and svc files. what is the issue. Please clarify
Thanks In Advance Sekar
Aswell as the "Primary Output" you also need to add the "Content Files" from your project.
Edit: Here is a blog entry which details all the steps.
And make sure that .svc and .config files are marked as "Content" (files properties in VS solution).