Differences

This shows you the differences between the selected revision and the current version of the page.

punbb.net:installation_guide 2009/02/03 06:00 punbb.net:installation_guide 2020/02/06 11:04 current
Line 1: Line 1:
-PunBB.NET installation+**PunBB.NET installation**
1. Make sure, that the system you are going to install PunBB.NET onto meets the requirements described in [[Requirements|System requirements]]. 1. Make sure, that the system you are going to install PunBB.NET onto meets the requirements described in [[Requirements|System requirements]].
Line 6: Line 6:
2. Check that ASP.NET version 2 support is allowed in IIS. 2. Check that ASP.NET version 2 support is allowed in IIS.
- + 
 +{{:punbb.net:install1.jpg|}} 
3. Create either a new WebSite, or a new Virtual Path in an existing website. 3. Create either a new WebSite, or a new Virtual Path in an existing website.
Proceed to “Properties” and set up using the WebSite and/or the Virtual Path for ASP.NET version 2. Proceed to “Properties” and set up using the WebSite and/or the Virtual Path for ASP.NET version 2.
 +{{:punbb.net:install2.jpg|}}
4. Copy all PunBB.NET files into the recently created Website’s directory. 4. Copy all PunBB.NET files into the recently created Website’s directory.
Line 29: Line 32:
9. Press “Install”. 9. Press “Install”.
 +
 +
 +**Connection string for different DBs**
 +
 + MS Access 2003 
 +Data Base Type / MS Access 2003
 +
 +Data Base Server / NameOfYourFile.mdb (stored in App_Data folder)
 +
 +Data Base Name /  all the same
 +
 +Data Base User Name / may be left blank
 +
 +Data Base Password / may be left blank
 +
 + MS SQL 2005/2008
 +Data Base Type / MS SQL SERVER 2005/2008
 +
 +Data Base Server / Your Server name (example “SD-WINSERVE\SQLEXPRESS”)
 +
 +Data Base Name /  Your data base name
 +
 +Data Base User Name / Your user name
 +
 +Data Base Password / Your DB password
 +
 +
 + MySQL
 +Data Base Type / MySQL (choose the option with the version of the driver for MySQL installed on your computer)
 +
 +Data Base Server / Your Server IP
 +
 +Data Base Name /  Your data base name
 +
 +Data Base User Name / Your user name
 +
 +Data Base Password / Your DB password

Personal Tools