Copied to clipboard

Flag this post as spam?

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


  • Huw Reddick 1932 posts 6722 karma points MVP 3x c-trib
    Jun 02, 2022 @ 19:31
    Huw Reddick
    0

    Strange difference when publishing content locally and hosted in IIS

    I have a ContentSavingNotification event which is behaving differently when run locally in VS than it does hosted in IIS. The problem is because, the list of dirty items is different on the two environments.

    When in VS, if you open my node in the backoffice and hit save and publish without making any changes, the following properties are flagged as dirty

    dirtyProperties umbracoUrlAlias,editDate,allowReplies,stickiness
    

    When hosted on my server in IIS, the same action returns a different set of dirty properties?

    dirtyProperties umbracoNaviHide,hideChildrenFromNav,umbracoUrlAlias,postBody,postAuthor,editDate,deletedByAuthor,stickiness
    

    Anyone any thoughts as to why this might be occurring?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies