Microsoft Exam Questions

How can you remedy this problem?

There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
There is WCF Data Service service.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database
PassGuideDB.
This service is hosted on a IIS 6.0 server.
However, when PassGuideApp issues DELETE and PUT request to the service an error
message is produced.
How can you remedy this problem? Select two.

A.
PassGuideApp should use the X-HTTP-Method header…

B.
PassGuideApp should use the HTTP ContentType header…

C.
PassGuideApp should use the HTTP Service header…

D.
..as part of the DELETE request.

E.
..as part of the POST request.

F.
..as part of the GET request.

G.
..as part of the PUT request.

Explanation: