I've created my website in localhost using Umbraco v8 and now that my development has finished, I want to publish it on an Azure App Service.
I used Microsoft SQL Server Management to deploy my database using "Deploy datatabase to Microsoft Azure SQL Database" option, changed the connection string in the web.config file and published my solution.
But when I access my published URL all I get is the Umbraco setup screen.
And after a while an error message:
This part of the log file is the one I don't get:
System.Data.SqlServerCe.SqlCeException: The specified table does not exist. [ umbracoKeyValue ]
Do I have to deploy sql server CE to Azure too? How can I fix this and deploy my website to Azure?
Publish from localhost to Azure App Service
Hello,
I've created my website in localhost using Umbraco v8 and now that my development has finished, I want to publish it on an Azure App Service.
I used Microsoft SQL Server Management to deploy my database using "Deploy datatabase to Microsoft Azure SQL Database" option, changed the connection string in the web.config file and published my solution.
But when I access my published URL all I get is the Umbraco setup screen.
And after a while an error message:
This part of the log file is the one I don't get:
System.Data.SqlServerCe.SqlCeException: The specified table does not exist. [ umbracoKeyValue ]
Do I have to deploy sql server CE to Azure too? How can I fix this and deploy my website to Azure?
You can't use SQL Server CE on Azure (https://stackoverflow.com/questions/26209326/sql-server-ce-on-azure-website)
and unless you're just testing, I wouldn't even think about using CE.
Why it gives you the option of using it as the first option when customising the installation is beyond me really...
is working on a reply...