Multiple choice technology architecture

WCF application can be hosted in

  1. IIS

  2. Windows activation Service

  3. Windows service

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

WCF services can indeed be hosted in IIS, Windows Activation Service (WAS), or as Windows services. IIS is the most common hosting environment for HTTP-based services, while WAS extends IIS hosting to support additional protocols like TCP and named pipes. Windows services provide a self-hosting option for long-running background services that need to run independently of a web server.