0% found this document useful (0 votes)
200 views10 pages

IIS Configuration For Intranet

The document provides a step-by-step guide to installing and configuring the necessary software to run Umbraco CMS version 2.1.x on Windows XP Pro. This includes installing IIS, .NET Framework 2.0, MSXML, SQL Server 2005 Express, SQL Server Management Studio Express, and Umbraco 2.1.x files. It then describes how to configure IIS, SQL Server 2005 Express, and Umbraco 2.1.x. The guide contains 11 chapters and detailed instructions for each step of the configuration process.

Uploaded by

sudhansu149
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
200 views10 pages

IIS Configuration For Intranet

The document provides a step-by-step guide to installing and configuring the necessary software to run Umbraco CMS version 2.1.x on Windows XP Pro. This includes installing IIS, .NET Framework 2.0, MSXML, SQL Server 2005 Express, SQL Server Management Studio Express, and Umbraco 2.1.x files. It then describes how to configure IIS, SQL Server 2005 Express, and Umbraco 2.1.x. The guide contains 11 chapters and detailed instructions for each step of the configuration process.

Uploaded by

sudhansu149
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 10

Written by Douglas Robar umbraco 2.

1
Install and setup A step-by-step guide to install and configure everything you need to run umbraco
2.1.x on Windows XP Pro. (including IIS, MSXML, .NET Framework, SQL Server 2005 Express,
SQL Server Management Studios Express, and umbraco 2.1.x)

Chapters

Chapter 1: Introduction X

Chapter 2: Install IIS X

Chapter 3: Install .NET 2.0 Framework X

Chapter 4: Install MSXML X

Chapter 5: Install SQL Server 2005 Express Edition SP2 X

Chapter 6: Install SQL Server Management Studio Express X

Chapter 7: Configure SQL Server 2005 Express X

Chapter 8: Install umbraco 2.1.x Files X

Chapter 9: Configure IIS X

Chapter 10: Configure umbraco 2.1.x X

Chapter 11: Congratulations! X

← Install SQL Server Management Studio ExpressInstall umbraco 2.1.x Files → X

Configure SQL Server 2005 Express


There are many steps here, so take your time and be sure you perform each step. Various problems
can occur if you don't have SQL Server configured properly.
Special thanks to Brian on the umbraco forum for his excellent outline of the steps to configure SQL
Server 2005 Express for umbraco 2.1.x. X
Trouble-shooting notes are shown at the end, if you have any problems.
SQL Server 2005 Configuration Manager

Click Start, click All Programs, click Microsoft SQL Server 2005, click Configuration Tools,
and click SQL Server Configuration Manager. X
Expand the SQL Server 2005 Network Configuration folder, click on Protocols for
MSSQLSEVER.

Right-click on the TCP/IP protocol, and select Properties. X

On the Protocol tab, select Yes for Enabled. X

On the IP Addresses tab, select Yes for both Active and Enabled for all IP Address entries. X
Click OK.

Click OK.

Select the SQL Server 2005 Services folder

Right-click SQL Server (MSSQLSERVER), and click Restart. X

Exit SQL Server Configuration Manager.

SQL Server 2005 Surface Area Configuration

Click Start, click All Programs, click Microsoft SQL Server 2005, click Configuration Tools,
and click SQL Server Surface Area. X
Click Surface Area Configuration for Services and Connections. X

Expand the MSSQLSERVER folder, expand the Database Engine folder, and click on Remote
Connections. X

Select the radio button next to "Local and remote connections".

Select the radio button next to "Using TCP/IP only".

Click OK.

Exit SQL Server 2005 Surface Area Configuration.

Restart SQL Server using the SQL Server Configuration Manager, as shown above.

Exit SQL Server Configuration Manager.

SQL Server Management Studio Express


1.
Click Start, click All Programs, click Microsoft SQL Server 2005, and click SQL Server
Management Studio Express. X

2.
Select SQL Server Authentication, enter sa for the login, and type the password you specified
when you installed SQL Server 2005 Express, above. X

3.
Click Connect.
4.
Right-click on the Databases folder, and select New Database. X

5.
Enter a Database name. (we'll use 'umbracoCMS' in these instructions)
6.
Leave the Owner as <default>. X
7.
Click OK.
8.
Expand the Security folder.
9.
Right-click on the Logins folder, and select New Login. X

10.
Select the General page:
11.

Enter a Login name. (we'll use 'umbracoUser' in these instructions)

Select the radio button next to "SQL Server authentication", and enter and confirm a Password.

Remove the check mark in the box next to "Enforce password policy". (note: this is optional and
should not be done in a production environment) X
12.
Select the User Mapping page:
13.

Place a check mark in the box next to the Database you created. ('umbracoCMS' in these
instructions)

Place a check mark in the boxes next to the following Database role memberships:
db_datareader db_datawriter db_owner public X

14.
Click OK.
15.
Right-click on the root server folder (the parent of Databases, Security, etc.), and select Properties.
X
16.
Select the radio button next to "SQL Server and Windows Authentication mode". X

17.
Click OK.
18.
Right-click on the root server folder (the parent of Databases, Security, etc.), and select Restart. X
19.
Click Yes.

Test the configuration by disconnecting and logging in as the user you just created.

Click File, click Disconnect Object Explorer.

Click File, click Connect Object Explorer.

Select SQL Server Authentication, enter the name of the login user you create ('umbracoUser' in
these instructions), and type the password you specified when you created the login user, above.. X

Click Connect.

Repair (Uninstall if repair does not work for you) .NET Framework 2.0
Simply run the following from command line to reset the IIS registry settings for aspnet user. Usually
framework directory for .Net Framework 2.0 resides under
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

You might also like