Part 29 Hosting wcf service in iis04:33

  • 0
Published on April 28, 2017

Link for code samples used in the demo

Link for all dot net and sql server video tutorial playlists

In this video we will discuss, hosting wcf service in IIS. This is continuation to Part 28. Please watch Part 28, before proceeding.

To host a wcf service in IIS, create a file with .svc extension. This file contains ServiceHost directive. The Service attribute of ServiceHost directive, specifies which service this file points to. The service code can reside in
1. The .svc file
2. A separate assembly
3. A file in App_Code folder

The configuration for the wcf service goes in web.config file.

The ServiceHost directive in .svc file is responsible for creating an instance of ServiceHost when required. There is no need to write code to instantiate and start ServiceHost, as we did with self hosting.

Enjoyed this video?
"No Thanks. Please Close This Box!"