Hard
You have developed a WCF service that is hosted within a console application. The service implements the contract IDataAccess , which is defined in the namespace MyApplication .
The service is implemented by a class DataAccessService, and is also located in the namespace MyApplication .
The service hosting code is presented below. You need to make sure that this code allows the hosting of the service DataAccessService , what should you do?
Author: InconnuStatus: PublishedQuestion passed 29 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Dot-net
1
How to create a WCF service in C#0
Create a WCF ContentManagement.svc service with the WebGetAttribute and WebInvokeAttribute attributes.,Define an endpoint behavior (EndpointBehavior) in the web.config that enables the web programming model.0
Configure IIS to allow the http verbs PUT and DELETE for the service.0
How to get the first element of an array in C#0
How to get the first element of an array in C#