| Author |
Topic Search Topic Options
|
socks
Newbie
Joined: 29 September 2006
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Topic: how to install? Posted: 29 September 2006 at 6:12pm |
i know there is "Install Documentation and FAQ's" but where excately do i change the "SQL Server name and SQL Server Authentication details"?
im pretty Dumb....
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 September 2006 at 2:17am |
- Create a database on the SQL Server or use an existing one.
- Edit, with a text editor, the file 'database_connection.asp' found in the 'database'
directory entering, where indicated, your SQL Server name, your SQL
Server Authentication details, and the name of the empty database you
have created for the Forum on the SQL Server.
- Run the file 'msSQL_server_setup.asp'
found in the main folder of the Forum in your web browser. This file
will create all the tables, relations, and default values in the empty
database you have created on the SQL Server. It is highly recommend for
security purposes that you delete this file from the Web Server once
the database is fully created.
|
|
|
 |
socks
Newbie
Joined: 29 September 2006
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 September 2006 at 7:05am |
do i make the changes here ? in 'database_connection.asp' i made these changes. but it just wouldnt install...
********************************************************************************* strSQLServerName = "12345.com" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server) strSQLDBUserName = "usr_db12345" 'Holds the user name (for SQL Server Authentication) strSQLDBPassword = "12345" 'Holds the password (for SQL Server Authentication) strSQLDBName = "db12345" 'Holds the name of the database
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 September 2006 at 3:36pm |
|
contact your host, they will be able to [rovide these if they dont show within your control panel or within any emails etc.
but those are the sections that need to be edited to connect.
|
 |
socks
Newbie
Joined: 29 September 2006
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 September 2006 at 7:23pm |
|
so the sections i edited were right. i just couldnt get my fourm started. it keeps saying 500 internal server error
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 September 2006 at 7:32pm |
|
Yes that is the correct section to edit, but most lily the details are incorrect.
also please turn off http friendly errors within internet explorerin the advanced options menu.
that will show the real error
|
 |
socks
Newbie
Joined: 29 September 2006
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 October 2006 at 2:49am |
thank you for your help. i got it~!
|
 |