As far as I know you have to be within the Umbraco's website context to be able to pull content from Umbraco.
You could ofcourse create a WebService in the Umbraco website and create calls to it from the second (non-Umbraco) website... Shouldn't take too long to build :-)
Pull node content using API
Hi,
I have a second asp.net site that needs to pull content from the data stored in the umbraco site.
Is there an API call I can use to query the database for a specific node and return the content?
Thanks
As far as I know you have to be within the Umbraco's website context to be able to pull content from Umbraco.
You could ofcourse create a WebService in the Umbraco website and create calls to it from the second (non-Umbraco) website... Shouldn't take too long to build :-)
Hi,
What you can do is generate xml in your template instead of HTML and read that xml using Jquery in your second non Umbraco App.
Cheers,
Richard
is working on a reply...