Hi!
Hope someone can help with this. Been working on it all day!
I have Visual Studio 2013 Professional and am using .NET 4.5.1 to make a "WCF Service Application" that uses the System.Data.Services.DataService class.
All of the code gets generated ok. But when I press F5 to run in either IIS or IIS Express, the response is "Request Error".
I have:
* Registered .NET
* Enabled the .NET 3.5 HTTP Activation
* Started IIS Express manually (works fine)
Since the code is generated for me and I am not doing anything special (nothing at all!), I cannot see what is wrong. Setting a breakpoint shows me that it goes into the framework and bombs out immediately. Any help to setup logging or tracing would be appreciated.
Thanks,
Eamonn J.