Hard
Given the following class (below). The TestService is hosted in an ASP.NET application.
You need to modify this application to allow the GetServiceTime method to return data in JSON format. This should only be possible if the URL ends with /ServiceTime.
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 service host in Dot-net0
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#