I\'ve got this application that works locally and when deployed and using a .mdf SQL Express database file (which I usually use for testing purposes). However, when I change
You're probably not setting HTTP headers exactly as the service is expecting them, or in the order it's expecting them.
Here's how I'd debug it: