I have a RESTFul WCF service and it needs to be deployed now. I am really confused whether to deploy in windows service or IIS 7. I need to implement SSL also so the protocol would be HTTPS. It is just a simple service consumed by client using HTTPS protocol. Please let me know which one is better.
Asked
Active
Viewed 67 times
2 Answers
1
Your question seems to have been asked (and answered) previously.
The following link provides a good discussion:
IIS WCF service hosting vs Windows Service
0
If your RESTFul WCF Service needs to be accessed via http (or https) protocol, then deploy in IIS7.

Superzadeh
- 1,106
- 7
- 23