I would like to use Umbraco as a CMS for my existing .net website. I have shifted through all the Umbraco tutorials / Wiki articles and have come to the conclusion that using the NodeFactory via the Umbraco DLL's in my code is the way forward.
However all articles/wiki/community help assume that your Umbraco installation is already a part of your existing site. In my case I need to reference my site directly to the new Umbraco installation, is this a simple case of importing the settings (such as DB connection string etc..) from the Umbraco Web.Config into my sites Web.Config or is there a better way to pull the content from an Umbraco installation without it being part of an existing site?