Written by
Douglas Robar
For umbraco versions:
umbraco3.0Install and setup
A step-by-step guide to install and configure everything you need to run umbraco 3.0 on Windows Server 2003 with SQL Server 2005.
These instructions were created using umbraco 3.0.3.
IIS on Windows Server can host a large number of web sites. If you already have web site content in C:\Inetpub\wwwroot (the Default Web Site), create a new web site and corresponding root folder with the IIS Manager and extract the files and folders into that new location (such as, C:\Inetpub\umbracoRoot). These instructions will use the default web site.
Note that umbraco 3.x does not support being installed in virtual directories.
- Download the binaries for umbraco 3.0 from the umbraco web site at:
http://www.codeplex.com/umbraco/Release/ProjectReleases.aspx?ReleaseId=6344 - Save the v303.zip file to your desktop.
- When downloading has finished, double-click the v303.zip file on your desktop.
- Click Extract all files.
- Follow the wizard to extract all files and folders to C:\Inetpub\wwwroot
Note: it is vital that you keep the file and folder structure intact!
Set file permissions
You will need to set file permissions to allow umbraco to create and update its files.
- Using My Computer or the Windows Explorer, navigate to the folder containing the umbraco web site files.
Note: C:\Inetpub\wwwroot, according to these instructions. - Hold down the CTRL key, and click the following folders to select them:
bin
config
css
data
media
python
scripts
umbraco
usercontrols
xslt - Right-click on any of the selected folders, click Properties.
- On the Security tab, click Add.
- Click Locations.
- Select the local machine (or domain controller if it is the local machine)
- Type NETWORK SERVICE into the “Enter the object names to select” text box.
(Note: NETWORK SERVICE is the default owner of the web site’s application pool in IIS. If you have changed the application pool to another user, enter that username here)
- Click Check Names.
Note: the text field should change to NETWORK SERVICE, and underline the name, indicating the account has been found and validated.
- Click OK.
- On the Security tab, click the NETWORK SERVICE user name.
- Place a check mark in the box next to Full Control, in the Allow column.
- Click OK.
- Click the web.config file and repeat the steps above