I've found out to get error details from WCF Data Service, i should set config.UseVerboseErrors = true in InitializeService. (I'm new to WCF Data Services)
It seems settings within config class should be hardcoded, and i think it's not a good idea to hardcode settings like UseVerboseErrors. Is there any section in web.config for this?
Thanks in advance