Environment required to run dotnetnuke (dnn:
- Web servers: iis5, IIS6, iis7, iis7.5, and Visual Studio built-in Web Servers
- Server: Windows XP, Windows 2000, Windows 2003, Vista, Windows 2008, Windows 7
- Database: SQL Server 2000,200 5, 2008, SQL Server Express
- Database Operation permission: DBO permission on the dnn database (you can create or Delete tables)
- File System running permission
- In XP, you need to set the "ASPnet" user "Full Control" permission for the website directory.
- For Windows, Vista, and win 7, you need to set the "Network Service" user "Full Control" permission for the website directory.
- I added the "erery one" permission when installing the 5.14 version.
- . NET Framework. net2.0,. net3.0,. net3.5,. Net 4
Install dnn:
Because there are too many dnnArticleNow, I will not re-create the wheel again. Just let me talk about some problems I encountered during installation. Maybe you will also encounter
Documents for installing dnn: http://www.dnnmix.com/dnn-system-requirement-and-installation-guide/
Install dnn video address: http://www.dnnmix.com/files/how-to-install-dnn.wmv
Problems encountered during dnn installation:
Because my environment is win7 and the development tool is vs2010, vs2010 automatically installs SQL Server 2008 R2 Express.
When I select a data source during dnn installation at 5.6.1, dnn provides two data storage solutions: one is data file mode.
Suitable for express databases, as shown in Figure 2005,200. Because you want to store data in the database rather than in the data file, but you have not installed SQL Server 2005,200 8 before, because a later version of SQL Server 2008 R2 Express is installed, a compatibility error is always reported. If you want to install 2005 or 2008, you must clear the current one, and the workload is too large.
In desperation, I had to return version 5.1.4 because it supports SQL Server 2000. Because SQL Server 2000 database is not installed in win7, reinstall it. When I installed 2000, I encountered the service suspension problem. Fortunately, this problem was solved a long time ago and found the resource I uploaded previously, run the following command to install dnn and use SQL Server 2000 as the data source.
If you have the same problem with me, you can solve it in this way.
Installing SQL Server 2000 suspension issues,: http://download.csdn.net/source/317132
We hope that you have successfully installed dnn, but the dnn instance has been successfully installed, which is the basis for future development.