I am new to the Snitz forums, I have downloaded the forum and done the setting in the config.asp page. 1. I put everything within my wwwroot folder on my IIS and tried to register as a memeber through the registration page. I filled in all the red star column and click submit. The response is M_USERNAME cannot be empty.
2. Later I try to do go to forum.asp page and it say I have to create the database table first.... Asking me to fill in the username and password for admin, so I did and the response is 'FORUM_MEMBERS.M_FIRSTNAME' cannot be empty and a lot of code...
Can you please tell me what I have done wrong? The following is the config: strDBType = "access" strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("dbase/snitz_forums_2000.mdb")
There was a problem with the access database that was put in the .zip from the last update. If you re-download the file you should get the fixed database.
As a side note, for security you really should change the name of the database and alter the connection string appropriately.