I am trying to get a sample Xamarin mobile application (ZUMOAPPNAME) to connect to the Adventure database. Currently, I can connect to this database on Azure from SSMS on my computer. Also when setting up the Publish the BackEnd, the connection string tests OK. The first step in the sample app is to GetTodoItemsAsync (ToDoItem table added to the Adventure database). The query fails in the Try/Catch surround. The exception comes up with:
How can I get the real error message. I already modified Web.Debug.Config to revise the customErrors tag. When I publish ZUMOAPPNAMEService, Visual Studio says that the publish succeeded, but the error web page shos up.