﻿<?xml version="1.0" encoding="utf-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns="http://purl.org/rss/1.0/"><channel rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project.rss"><title>New Project</title><description /><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project.rss</link><items><rdf:Seq><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/uploading-the-files.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/before-you-begin.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/connecting-with-frontdesk.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/creating-a-database.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/required-files.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/webconfig.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/downloading-powernodes.html" /><rdf:li rdf:resource="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/main.html" /></rdf:Seq></items></channel><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/uploading-the-files.html"><title>Uploading the files</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/uploading-the-files.html</link><description>When the files and database are prepared files should be deployed to the webserver.

Uploading the files</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/before-you-begin.html"><title>Before you begin</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/before-you-begin.html</link><description>In order to run a PowerNodes website in your development environment it requires:&amp;nbsp;&amp;nbsp; 


IIS (Internet Information Server) 
.Net Framework 1.1 
Code editor (Visual Studio, Dreamweaver, Homesite, Notepad etc) 


Installing IIS on a Windows XP 

The IIS is an optional feature on Windows XP and can be installed from the Windows XP CD-ROM under the Windows optional components. The ISS can be accessed from the Administrative Tools in the Control Panel in Windows XP.&amp;nbsp;&amp;nbsp; 

NOTE: If you ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/connecting-with-frontdesk.html"><title>Connecting with FrontDesk</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/connecting-with-frontdesk.html</link><description>

The basic setup should now be in place and it should now be possible to connect to the site in a browser window. If everything is working the following text should be displayed in the browser window. 

&amp;nbsp;NOTE: Security settings might make access to the database fail. In this case add give Everyone full control rights to the database. This can be done by right clicking on the database and opening the "Security" tab (if the Security tab is not visible then open an explorer window and choose "Tools ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/creating-a-database.html"><title>Creating a database</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/creating-a-database.html</link><description>In this example we will use an access database for the demosite project. We will use the program AdminDesk (which can be located in Start &amp;gt; All Programs &amp;gt; PowerNodes &amp;gt; AdminDesk 




Create a new access database in the project root C:\Inetpub\wwwroot\demosite\demo.mdb 
Open AdminDesk 
Press connect 
Choose Connection Type: OleDb Source 
Select Verify Schema 
Press "Next" until the last step and then press "Apply" 
After the Verify Schema is finished select "Load Default Data" 
Set the ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/required-files.html"><title>Required files</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/required-files.html</link><description>

PowerNodes requires different files to run&amp;nbsp;- these can be downloaded at http://www.powernodes.com/cms.ashx/Downloads/ 



Adjusting the default files 

When the default files have been deployed it is necessary to adjust the following items 




Bin folder 
Web.config 
Bin folder 

The bin folder should contain the current version of the PowerNodes application dll's. These can be located in the PowerNodes program folder (C:\Program Files\PowerNodes\Web Assemblies\) 



Copy all ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/webconfig.html"><title>Webconfig</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/webconfig.html</link><description>It is not the purpose of this example to explain all the content of the web.config file. For further information of the different settings please refer to the PowerNodes manual. 



The following changes needs to be done in the web.config file 




The database connection 
The remote channel 


Adjust the settings marked with red in your web.config file 








&amp;lt;/appSettings&amp;gt; 

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key="PowerNodes.Cms.DbType" value="#OleDb" /&amp;gt; ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/downloading-powernodes.html"><title>Downloading PowerNodes</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/downloading-powernodes.html</link><description>Developers need to have the latest version of PowerNodes CMS installed. If the PowerNodes CMS has already been installed the application must be removed in the Control Panel &amp;gt; Add/Remove Programs. 



To download and install the latest version of PowerNodes CMS 




Navigate to http://archive.powernodes.com and download the latest version 
Save the program to a local destination 
Run the setup file 
Use the default installation settings&amp;nbsp;&amp;nbsp;
Creating the virtual directory in the ...</description></item><item rdf:about="http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/main.html"><title>Main</title><link>http://powernodes.com/cms.ashx/developers/tutorial-section/new-project/main.html</link><description>The main steps of this tutorial 



The main steps which will be covered in this tutorial 




Downloading and installing the current version of PowerNodes CMS 
Creating a website/virtual directory 
Deployment of the required files into the website root 
Creating and preparing a database 
Connecting with FrontDesk&amp;nbsp;&amp;nbsp; 
The example computer configuration: 




Windows XP Professional 
Internet Information Server 5.1 
.Net Framework 1.1 with Service Pack 1 
Microsoft Access ...</description></item></rdf:RDF>