
DotNetNuke
For more details please see the DotNetNuke Installation Guide (in the Documentation\Public folder)
Clean Installation
- .NET Framework 1.1 must be installed ( 1.0 no longer supported )
- Unzip package into C:\DotNetNuke
- Create Virtual Directory in IIS called DotNetNuke which points to the directory where the DotNetNuke.vbproj file exists
- Make sure you have default.aspx specified as a Default Document for your Virtual Directory
- Rename release.config -> web.config
- SQL Server 2000 or MSDE 2000 ( MSDE can be acquired from
http://www.asp.net/Tools/redir.aspx?path=msde )
- Manually create SQL Server database named "DotNetNuke" ( using Enterprise Manager or your tool of choice )
- Set the connection string in web.config ( ie.
)
- Enter username/password for the SuperUser and Administrator for the default portal in dotnetnuke.install template file. These are currently set to host/host and admin/admin respectively
- Browse to localhost/DotNetNuke in your web browser
- The application will automatically execute the necessary database scripts