Site structure
Version 7.x > Site structure > Stand alone project getting menu and footer content from Kentico site View modes: 
User avatar
Member
Member
sophiesheng-msn - 4/2/2013 12:37:30 PM
   
Stand alone project getting menu and footer content from Kentico site
I am working on Kentico 7. We have a Kentico CMS site and also we have another stand alone asp.net project. We would like this stand alone system to read header and footer from Kentico site, so two sites can share the header and footer content.

I included the all Kentico assemblies to that stand alone system and it can get web parts instances from the Kentico site. But how to get content of web parts especially the web parts in master page? Also we use custom web parts for the header and footer content, there are physical file (.ascx) in the Kentico project. Is it possible to read those web parts?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/2/2013 5:14:42 PM
   
RE:Stand alone project getting menu and footer content from Kentico site
Hi,

To get the content, it is not that straight forward, I would recommend using the integration bus interface and get the data you need using it and then push them to your system.

Best regards,
Juraj Ondrus

User avatar
Member
Member
Sophie - 4/3/2013 6:31:36 PM
   
RE:Stand alone project getting menu and footer content from Kentico site
Thanks for your reply, Juraj. I will look into it.