Different types of hosting WCF applications and benefits

There are various types of hosting.

  • Windows Process Activation Services (WAS)

  • IIS

  • Self hosting

  • Windows Hosting

is there any advantage to using one over the other? which one is preferable?

+5
source share
1 answer

This and this can help. But basically:

1) IIS now uses WAS

2) IIS hosting. Pros: usually hosting code is not required, easy to maintain, IIS infrastructure (security, sessions, site integration, etc.). Cons: Passive services require IIS.

3) . : . : , req. -, ( ).

4) Windows. : "", , (//, () , , mmc ..), . : req. -, (vs IIS-).

+6

All Articles