Reading Time: < 1 minute Continuation of previous post. 1) WCF get does not like “NULL” column in the query results 2) // note the “id” should match in declaration and method
Reading Time: < 1 minute A continuation of previous post. 1) Visual Studio, publish web service: check destination IIS app Before the change, the error was “cannot show the content of the folder”. 2) Add this line to the service.cs (service class C# file), to work around/avoid a problem, asp .net compatibility issue. Do something like this: [ServiceBehavior] [AspNetCompatibilityRequirements(RequirementsMode= AspNetCompatibilityRequirementsMode.Allowed)]
Recent Comments