Hard
You are using VS2010 and the .NET Framework 4.0 to develop a WCF data service. This service connects to a SQL Server 2008 database, and it is hosted within an IIS 6.0 site.
The application works fine on the development environment, however when you connect to the service in production, the methods for updating or deleting an entity always return an error.
What do you need to do to correct this?
Author: InconnuStatus: PublishedQuestion passed 27 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
1
How to create a WCF service in C#0
Fix the error in this C# code.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
Generate a proxy class with asynchronous methods and use it for new clients.0
How to get the first element of an array in C#0
Create a service host in Dot-net0
How to get the first element of an array in C#