Copied to clipboard

Flag this post as spam?

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


  • Martin Rud 232 posts 902 karma points c-trib
    Dec 23, 2023 @ 09:17
    Martin Rud
    0

    Umbraco 13: When deploying to production I get "Boot failed" and an empty logfile

    I have tried with both MSSQL database and sqlite but same error and empty logfile.

    What I have done locally:

    1. VS Code terminal
    2. dotnet new install Umbraco.Templates
    3. dotnet new umbraco --name myProject
    4. cd myProject
    5. dotnet run
    6. site installs and works locally

    What I have done to deploy:

    1. Visual Studio 2022
    2. Web deploy

    I deploy to Simply.com hosting and I do it the same way I have done many times with Umbraco 9, 10, 11 and 12 sites without problems.

    Can anyone point me in some direction?

  • Justin Neville 22 posts 196 karma points c-trib
    Dec 23, 2023 @ 09:53
    Justin Neville
    100

    Try adding TrustServerCertificate=True to the connection string. Failing that, what error message do you see in the logs?

  • Martin Rud 232 posts 902 karma points c-trib
    Dec 23, 2023 @ 11:49
    Martin Rud
    0

    Thank; that solved the problem:

    Server=mssql13.unoeuro.com;Database=xxxdkdbumbraco;User Id=xxxdk;Password=xxx;TrustServerCertificate=True

Please Sign in or register to post replies

Write your reply to:

Draft