Dotnetnuke
Initialize Installation
-Net Framework must be installed (http: // www.asp.net/ibuyspy/checkdotnet.aspx)
-Decompress the compressed package to c: \ dotnetnuke.
-Create a virtual IIS directory named dotnetnuke
Point to the directory in the dotnetnuke. vbproj File
-Make sure that the default document for your virtual directory is default. aspx.
-Install necessary software on your server based on your database selection:
-MS access (default)
-The latest Microsoft JET 4.0 database engine must be installed.
-Http: // support.microsoft.com/default.aspx? Kbid = 239114
-Database files (dotnetnuke. MDB. resources) will be automatically generated
-SQL Server 2000 or MSDE 2000 (MSDE can be obtained from http: // www.asp.net/tool/dir.aspx? Path = MSDE)
-Create an SQL Server database named dotnetnuke by hand (use the Enterprise Manager or the tool you choose)
-Set the default data provider in Web. config (<data defaultprovider = "sqldataprovider">)
-Set the sqldataprovider attribute (such as connectionstring) in Web. config)
-Access http: // localhost/dotnetnuke
-ProgramThe required database scripts will be automatically run.
Program upgrade
-Back up your database before upgrading to a new version.
-The program automatically runs the required database scripts.
Security (see/4033. HTM files)
If you use Windows 2000-iis5
-{Server}/ASPnet User Account must have read, written, and changed the control of the root application directory (the application files/folders allowed)
If the window 2003-IIS6 is used
-The {server}/NetworkService User Account must have read, write, and change the control of the root program directory (this allows the creation of files/folders)
Compatibility
If you use Net Framework 1.1, you enter HTML into the textbox and you will get an error a potentially dangerous request. form value was detected... "" A potentially dangerous request. form value is found... "
-Modify the Web. config file and change the following section:
<Pages enableviewstatemac = "true" validaterequest = "false"/>