Copied to clipboard

Flag this post as spam?

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


  • reinjunon 7 posts 97 karma points
    Apr 21, 2017 @ 12:17
    reinjunon
    0

    issues with publishing from visual studios

    I'm not able to view the backoffice and images are not loading on the front end. I've made sure to include all folders before publishing and verified the published folder tallies. What is a the proper procedure to publish umbraco?

  • Sven Geusens 169 posts 881 karma points c-trib
    Apr 21, 2017 @ 15:18
    Sven Geusens
    100

    Folders and files that should be present in a recent umbraco project (7+)

    • App_Plugins (contains additionally installed umbraco packages)
    • bin (with all the dlls from the umbraco)
    • Config
    • Media (contains all media items uploaded in the backoffice media section)
    • Umbraco
    • Umbraco_client
    • Views
    • default.aspx
    • global.asax
    • web.config

    Optional

    • Masterpages (if used)
    • xslt (if used)
    • usercontrols (if used)
    • yourModelsBuilderFolder (if configured in web.config)
    • And obviously your css/script folder

    Maybe sound stupid, but have you tried opening your browser console (F12) and load the page to see what files are missing?

    What do you mean by not able to view the backoffice? Do you get a white page or an error?

  • reinjunon 7 posts 97 karma points
    Apr 22, 2017 @ 09:19
    reinjunon
    0

    I've managed to get it working by going to my backup which had the default settings (only default folders were included) and included the folders you mentioned. I also changed the connection settings to use SQL server from SQL ce and loaded all tables there. I then deployed it again and it worked. I previously included App_data as well and that could be the problem.

    Thanks for your help Sven.

Please Sign in or register to post replies

Write your reply to:

Draft