0

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.

David Spence
  • 7,999
  • 3
  • 39
  • 63
Vijay
  • 231
  • 3
  • 8

2 Answers2

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

Community
  • 1
  • 1
Seymour
  • 7,043
  • 12
  • 44
  • 51
0

If your RESTFul WCF Service needs to be accessed via http (or https) protocol, then deploy in IIS7.

Superzadeh
  • 1,106
  • 7
  • 23