Standard MVC solution but consume SF Contents

Posted by Community Admin on 04-Aug-2018 19:02

Standard MVC solution but consume SF Contents

All Replies

Posted by Community Admin on 29-Sep-2015 00:00

Hi,

  I am trying to figure out if it is possible to consume Sitefinity Pages / Contents from outside the sitefinity project that we have like from a standalone MVC project. I am trying to explore if I can create MVC outside SF and still be able to consume the dynamic contents. 

Regards

Baliga

 

Posted by Community Admin on 29-Sep-2015 00:00

You would have to expose the data externally though custom services... good thing it includes servicestack!

 

gist.github.com/.../d49c43830fb79d3179d7

Posted by Community Admin on 30-Sep-2015 00:00

Not really sure what you mean. But I was thinking if we could somehow use Fluent API in the standalone MVC project and then point it to use the SF database of the SF project and then consume the contents and other stuff - is this possible?

Posted by Community Admin on 30-Sep-2015 00:00

No that won't work at all...if you want external integration you need to expose it yourself with webservices.

Posted by Community Admin on 30-Sep-2015 00:00

Alright, thanks for the quick response

This thread is closed