Hello everyone,
Last week I ran into a problem that seems to be dealing with the ViewState. After looking at it voor to many hours now I hope you can help me out. This is what happens:
- Put page in edit mode.
- Edit html module through the pencil button.
- Make changes to the html.
- Click Save.
- Changes are not saved.
This happens only in the live site. My dev copy works fine. When I change the connectionstring in my dev version to the live site database, I can reproduce the problem.
I debugged the html module and found that on loading EditHTML.cs it gets the CurrentWorkflowType from the Viewstate ViewState["_currentWorkflowType"].
On hitting the Save button, it has lost this Viewstate Property.
Since (IMHO) this has to be a database setting (read the above) I'm trying to find the concerned setting.... no luck yet. Am I looking in the right direction? Your help would be so much appreciated.
See you in Girona! (but hope to hear from you sooner :-) )
Stefan