My WCF Data Service worked fine in the VS Web Server, but when I deployed it to IIS (7.5), it stopped working. I was able to view the service page listing all the entities, but when I tried to access the entities in a RESTFUL manner, I wasn’t. I found out the problem by setting
config.UseVerboseErrors = true;
public static void InitializeService(DataServiceConfiguration config)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.