Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

How do we host a WCF service in IIS?

Nice?Vote!

1 Answer

Nice?Vote!
First thing you will need is to create the SVC file, which exposes the service class. SVC file contains the pointer to the class. You can see from the figure below the class attribute points to the class whose interface is exposed by the service.svc.cs file. Also, note the actual interface is in service.svc.cs file. Below figure, have both the files service.svc, which has the class attribute which points to the service class, and the interface, which resides in service.svc.cs file.
answered 1 year ago by Amalan (1,150 points)

Related questions