Deploying a WCF Service on IIS
Discovered that you can and should manually create a MyService.svc file in the root web folder.
Rename app.config to web.config
Manually copy your binaries from /bin/Debug or /bin/Release to /bin
Don’t forget to add <DataMember() _ above your public properties. Making them public is not enough.
Advertisement
About this entry
You’re currently reading “Deploying a WCF Service on IIS,” an entry on Creator of Cool
- Published:
- May 21, 2008 / 7:00 pm
- Category:
- Programming, WCF
No comments yet
Jump to comment form | comment rss [?] | trackback uri [?]