Invalid Azure easy table connection string

I have created the azure mobile app and am going to set up Easy Table. I followed each step and created a connection string to the SQL database created before the mobile application. But when I initialized the application to use Easy Table, I received an error message: "SQL Server connection string is missing." But I already added a connection string earlier.

+4
source share
3 answers

I had the same problem and tried many times and it failed every time. Until my last attempt went well. The only difference from before? Well, I saved the default connection string name, and before I configured it ...

+11
source

Yes. Leave the default connection string name "MS_TableConnectionString" and it will work.

+1
source

, . ; . , .

-1

Source: https://habr.com/ru/post/1626312/


All Articles