Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Pazos 12 posts 123 karma points
    Jul 31, 2020 @ 11:20
    Daniel Pazos
    0

    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.

    enter image description here

    And after a while an error message:

    enter image description here

    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?

  • Kieran O'Dwyer 12 posts 82 karma points
    Jul 31, 2020 @ 13:36
    Kieran O'Dwyer
    0

    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...

Please Sign in or register to post replies

Write your reply to:

Draft