|
| Hi Stefan,
We are working on MCMS site development. we have the following
environment:
1. Development server
2. Staging Server
3. Production server - 1 [somewhere in the world]
4. Production server - 2 [somewhere in the world]
I successfully developed MCMS website and deployed using site manager
[manual deployment].
We were working on "Incremental deployment". We have searched for the
Solution and found your post as follows:
--------------------------------
SDAPI can also be used form C# or VB.NET.
So you can embedd them in your ASP.NET:
See here for C# samples:
http://www.gotdotnet.com/Community/...px?SampleGui...
Samples for export and import can be found in the MCMS documenation.
See here:
http://msdn.microsoft.com/library/e...sd_com_dep_r...
http://msdn.microsoft.com/library/e...sd_com_dep_r...
Cheers,
Stefan
--------------------------------
I created new web page and included the "cmsExport.cs" coding in Button
click event.
It was created "C# export.sdo" file successfully. I copied it manually
to Staging server thru FTP sw. And I create new web app in Staging
server which has "CmsImport.cs" code in Button click event of a web
page.
Everything works fine on First deployment. After that I create new
posting in dev environment and run export. But it creates entire
channels/postings/templates, instead of single Posting.
Is it right way.
Also I want the deployment should be happened Dev server to Production
server directly without any other software [FTP] for SDO file transfer.
Please help me.
Thanks in advance.
|
|