I want to use come of its pages in another web application. So can I do that?
What I know is I can add refrences of Dlls required and use node factory to extract properties. But do I need to add umbraco DB refrence in web.config? or what steps I need to do? Say I am trying very simple code as below.
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using umbraco.MacroEngines; using umbraco.NodeFactory; using umbraco.interfaces;
using umbraco in naother web App
Hello
I have web site in umbraco 4.7.1.
I want to use come of its pages in another web application. So can I do that?
What I know is I can add refrences of Dlls required and use node factory to extract properties. But do I need to add umbraco DB refrence in web.config? or what steps I need to do? Say I am trying very simple code as below.
But this .aspx page will be hosted on another website. So, how can I access umbraco content nodes?
any help on this?
Is this possible this way?
is working on a reply...