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
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
When hosted on my server in IIS, the same action returns a different set of dirty properties?
Anyone any thoughts as to why this might be occurring?
is working on a reply...