i'm trying create .net backend android app using azure.
tried creating asp.net web application based on provided template mobile services in visual studio.
inside there seed create table , store info in it.
entered credentials, azure website url, , connection string.
however, when publish app, table isn't created.
tried create table myself, doesn't fill table data.
should do?
are using azure mobile apps or mobile services? can't interchange two. since cannot create mobile services more, make sure using right template.
aside that, turning on debugging , looking @ sql statements idea. also, note need send query site before table created.
for info on turning on debugging, see: https://shellmonger.com/2016/05/11/30-days-of-zumo-v2-azure-mobile-apps-day-19-asp-net-table-controllers/
for information on how entity framework initializes data, see .net server sdk entity framework in mobile apps wiki.
Comments
Post a Comment