Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
About Us
986
Questions
785
Answers
Interview Preparation mode
beta
Funny Facebook Status
Enter your email address
All categories
SQL Server Interview Questions and Answers
(197)
SSIS Interview Questions and Answers
(54)
SSRS Interview Questions and Answers
(9)
SSAS Interview Questions and Answers
(29)
.NET Interview Questions and Answers
(186)
Oracle Interview Questions and Answers
(122)
Java Interview Questions and Answers
(32)
UNIX Interview Questions and Answers
(47)
Networking Interview Questions and Answers
(17)
MySQL Interview Questions and Answers
(30)
HR Interview Questions and Answers
(237)
General Interview Questions and Answers
(9)
Other Interview Questions and Answers
(8)
Job Openings
(3)
Greenplum Database Interview Questions and Answers
(5)
How do we host a WCF service in IIS?
Nice?
Vote!
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Ruban
(
360
points)
wcf
wcf-interview-questions
hosting
iis
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
Nice?
Vote!
1
answer
What are the advantages of hosting WCF Services in IIS as compared to self-hosting?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Anand
(
1,440
points)
wcf
wcf-interview-questions
hosting
iis
Nice?
Vote!
1
answer
what are the various ways of hosting a WCF service?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Boni
(
860
points)
wcf
wcf-interview-questions
hosting
Nice?
Vote!
1
answer
How to define a service as REST based service in WCF?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
KrishnaMachiraju
(
7,980
points)
wcf
Nice?
Vote!
1
answer
Where we can host WCF services?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
KrishnaMachiraju
(
7,980
points)
wcf
Nice?
Vote!
1
answer
What are the important principles of SOA (Service oriented Architecture)?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Pandi
(
540
points)
wcf
wcf-interview-questions
soa
service-oriented-architecture