IIS Configuration For Intranet
IIS Configuration For Intranet
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
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.
On the IP Addresses tab, select Yes for both Active and Enabled for all IP Address entries. X
Click OK.
Click OK.
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
Click OK.
Restart SQL Server using the SQL Server Configuration Manager, as shown above.
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.
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.
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