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
Loading
Jeroen EverhardPosted Sep 30, 2014, 8:12 AM
I've got a bit further.
What I did was:
I created an empty solution and added a folder Models.
In that folder I created an empty project in which I added the entity model.
In the solution I then added a folder Controllers and added an empty Webapplication in it, but without checking the "Add folders and core references for WEB API".
I referenced the model project and move don.
Aftre googling I noticed in some tutorials the checkbox being checked.
I did a quick test and started with a more common error about IIS Express not authorized for directory listing.
I think it's working now, so I'll explore this further.
Edit:
Just tested it with SoapUI, and it responded correctly.
Kind regards
Jeroen