简体   繁体   中英

Diagnosing MobileServiceInvalidOperationException

I'm calling an Azure Mobile Service from a Windows Phone 8 emulator. Sometimes I receive a MobileServiceInvalidOperationException with no InnerException property. In Fiddler, I see the response contains only 400 - Bad Request. No further details.

How do I diagnose these problems? Are there any server-side logging tools on Azure Mobile Services to aid me?

I found the answer myself. I'll share it with you in case another Azure Mobile Services beginner is looking for this. On the Azure management portal, go to your mobile service. There is a "Logs" tab which records server-side errors. That's all I needed:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM