Scriplet Assignments and Deployment to a Different Server
Posted: Wed Jul 09, 2008 4:20 pm
Hello,
I am running development on one server and deploying our updates to a production server. Currently, I can't seem to figure out how to maintain the scriplet assignments to each page I've made on our dev server.
I saw a table called ac_Sharedpersonalization. There is a binary data field that I guessed may save all the assignments made throught the EditScriplet user control. But migrating the table data does not seem work.
I looked in the user control, EditScriplet, to see where the assignments were being save and could not figure out what the following code does or where it saves this data.
_Scriptlet.ScriptletData = ScriptletData.Text;
So as of now, after a new deployment is made, we have to run through the entire site and manually make the scriplet assignments.
Any help would be much appreciated.
(BTW I've worked on estore software from Commercial products from large corporations to open source...and Ablecommerce is the best hands down...thank you for making it so developer friendly.)
I am running development on one server and deploying our updates to a production server. Currently, I can't seem to figure out how to maintain the scriplet assignments to each page I've made on our dev server.
I saw a table called ac_Sharedpersonalization. There is a binary data field that I guessed may save all the assignments made throught the EditScriplet user control. But migrating the table data does not seem work.
I looked in the user control, EditScriplet, to see where the assignments were being save and could not figure out what the following code does or where it saves this data.
_Scriptlet.ScriptletData = ScriptletData.Text;
So as of now, after a new deployment is made, we have to run through the entire site and manually make the scriplet assignments.
Any help would be much appreciated.
(BTW I've worked on estore software from Commercial products from large corporations to open source...and Ablecommerce is the best hands down...thank you for making it so developer friendly.)