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 1702 posts 5999 karma points MVP 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?

Please Sign in or register to post replies

Write your reply to:

Draft