DotNETNUKE 3.X Details Installation Steps
1. System requirements:
(1) Win2000 Professional or Server version, WinXP Professional, Win2003
(2) Install IIS5.0 or IIS6.0
(3) Install Microsoft .NET Framework 1.1 http://download.microsoft.com/download/8/2/7/827bb1ef-f5e1-4464-9788-40ef682930fd/dotnetfx.exe
Microsoft .NET Framework 1.1 Service Pack 1
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=a8f5654f-088e-40b2-bbdb-a83353618b38
(4) Install SQL Server or MSDE
Microsoft SQL Server 2000 Desktop Engine (MSDE SP3A):
Http://download.microsoft.com/download/d/1/a/d1a2f35e-07da-4618-8071-0f93c80e7351/cht_sql2kdesksp3.exe
★ Note: If you install .NET Framework, install IIS, to perform the ASPNET_REGIIS.EXE / I with ASPNET_REGIS.EXE / I with ASPNET_REGIIS.EXE / C in C: /Winnt/Microsoft.Net/framework/v1.1.4322
2. Download DotNetNuke
(1) Normal installation program can be downloaded after registering members from www.dotNetnuke.net
(2) If you don't want to register a member, you can go directly to http://sourceforge.net (this is a writer Daxing Grotto) download, http://prdownloads.SourceForge.Net/dnn/dotNETNUKE_3.0.8.Zip?download
3. Establish a database: DotNetnuke 2.1.2 has support Access database, 3.x version only SQL Server
(1) Create a new database in MS SQL Server, such as: DotNetNuke
Figure 1, right click on the database point
Figure 2, enter the database name
4. Unzip the program and set the IIS virtual directory
(1) Unpacking the files downloaded
(2) Set the desired directory to set the IIS virtual directory
Figure 3, press the right button in the data clip
Figure 4, the web shared data clip is set to DOTNETNUKE
5. Safety setting
(1) If it is Win2000 IIS5, the disk with NTFS format must set security, authorize the authority of the read and write folder to the user of ASP.NET.
Figure 5. Privileges authorized by data clips ASP.NET users, modifications, read, write
(2) If you are WinXP or Win2003 IIS6, the disk with NTFS format must set security, authorize the authority of the read and write folder to the user of NetWork Service.
Please refer to the archive content of 403-3.htm under the root directory
6. Set the WebConfig profile: Open the web.config file in the DotNetnuke root
(1) Search "SitesqlServer", Database is DotNetnuke (is the newly created database), the UID is MS SQL Server is the login user, the PWD is the login password.
(3) Search "GLOBALIZATION", depending on the actual situation, change RequestenCoding / ResponseEncoding / FileEncoding to the code you want, such as "UTF-8".
PS: The author has encountered a problem, the result should be reuessencoding = "UTF-8" responseEncoding = "UTF-8" fileEncoding = "BIG5" to solve the problem
7. Start: Enter the http: // localhost / dotNetnuke / (location of the virtual directory settings), the system will automatically install the database and start.
Figure 6. DotNetnuke 3.0.8 Home Screen
8. Chinese file installation: Originally there is no such step, but I personally make a Chinese translation file. If there is a traditional website, I need to install Chinese files, I originally have a simple-installed Chinese file, you can be because this method It takes a lot of time to update the Chinese file when you update, so you will introduce a general way.
Downloads: http://203.64.253.227/test/portals/_default/resourcepack.zh-tw.zip
Based on the following steps:
Step 1: Login System
Step 2: Log in to Host / Host with account / password
Step 3: Select the Languages option in the drop-down menu
Step 4: Select Import Language Pack in the lower right corner
Step 5: Browse to select the downloaded language package, select the add Add, then select Upload New File
Will appear, the screen of the system success language package file
Step 7: Admin a site settings in the menu
Step 8: Go to Advanced Settings -> Superuser Other Settings -> Default Language Select Chinese (Traditional) (Taiwan), remember to be Update Storage
Step Nine: Switches to Chinese after selecting the first page from the new point.
9. Change password: ADMIN's password is easier to change, many netizens reacts Host passwords don't know how to change, in 3.0.x, users can click Portal -> SuperUser Accounts, edit Host users, change the password.
Reference
1. Source of inspiration (PSP team guru) http://www.cnblogs.com/unruleDboy/archive/2004/12/11/75495.html2. China DNN http://www.dnnchina.net/