Hi guys... first of all sorry for my english. I'm new and not so expert... I've my own site that is under costrution and I'd like to put the forum I0've downloaded here in this forum. Ok. So I've uploaded all the files... First of all: Do I absolutely need that there is a sql server on the NT machine where my site is? Second: now that i've put all the files on the machine... which is the first steps to do? Cause I'm a little it lost... Thnx for all ur answers... Ciao!
Ok... the first first thing i've done is going to http\\myserver/forum/setup.asp
and I've found this error messageThere has been an error !!
The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Ok... the first first thing i've done is going to http\\myserver/forum/setup.asp
and I've found this error messageThere has been an error !!
The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
You don't have to have SQL on the same box as yer webserver. I use ODBC to connect to a completely different box.
Lotsa ppl use access, and if your hosting this on some free asp site, then access is prolly yer best bet. (Free hosts don't seem to be to keen on givin' you access to their SQL boxes... go figger... ) Only problem with access is it starts getting twitchy with more than about 5 users or so on the DB at a time.
The next step is to change to lines in CONFIG.ASP to reflect the DB you are using. You need to change your strDBType variable to reflect your database type, AND you need to uncomment the line underneath that performs the DB connection. (There are 5 in mine, a couple for access, 1 or 2 for SQL and like one for MySQL I think.) You should be able to just uncomment the line that matches your DB platform, and then browse to setup.asp. Again, the forum admins are probably better at explaining this, but the README files that are included with the Snitz Forum Zip File also talk about this.