Download the latest dnn 4.9.0 from the http://www.dotentnuke.com. You can select multiple versions. For more information, see
What is the difference between the dnn install package, the dnn source package, and the dnn starterkit package?
I downloaded the instal version here. Extract the downloaded file by default.
Right-click the decompressed directory, select Properties, go to "Web Sharing", select "shared folder", and give a virtual directory name. I use "dnn490install ".
Go to security options to grant full permissions to the ASPNET account.
Note: in Windows 2000/iis5 Window XP Pro, It is a {server} "ASPNET account. In Windows 2003/IIS6, it is an nt authority \ Network Service account.
In IIS, check whether anonymous access is enabled for the virtual directory:
If anonymous access is not enabled.
Open the SQL Server Enterprise Manager and create a new database. The name here is dnn490install.
Create an account in security, such as dnnadmin. The default database is dnn490install.
Grant dnnadmin the db_owner permission on the dnn490install database. Click OK to create a dnnadmin account.
Everything is ready. Start installation:
Enter http: // localhost/dnn490install in the address bar of the browser
After a while, the installation interface will appear. Select "typical ",
Click "test Permissions" to test the directory permission settings. If the test succeeds, click Next.
I am using SQL 2000. In this step, select "SQL Server 2000/2005 Database", fill in the relevant parameters, click "Test Database Connection", and click "Next" after testing.
The installation process is executed and a detailed report is displayed.
After the installation is complete, select next. Here, you will be prompted to change the host account's username and password, and click Next.
Next, modify the administrator password of the portal, and click Next after modification.
Installed successfully!
This is the latest dnn 4.9.0 version.
Postscript:
Many people say that the installation of dnn is cumbersome. In fact, the installation process of dnn has been greatly simplified since its evolution. Only some necessary steps must be completed manually, no matter which version of dnn is used, the install package, the source package, and the basic installation process are the same. I hope you can bypass the similar steps!