WCF OData gives error when started
I'm experimenting with the WCF OData service.
I follow the steps for creating one, and it builds just fine.
Buth when I run it I always get "there was an error processing the request" in the browser.
When I look in the event log I see this error:
Log name: System
Source: Schannel
EventID: 36887
Level: Error
User: SYSTEM
OpCode: Info
General:
The following fatal alert was received: 51
Googling led me to this site http://www.eventid.net/display-eventid-36887-source-Schannel-eventno-10676-phase-1.htm which would suggest that code 51 means a decrypt error.
I don't know what I need to configure to fix this.
Any suggestions are welcome.
Kind regards
Jeroen