Using SQL 2000 server on the net,I converted MS access tables into the SQL tables and also uploaded all Snitz forum files into wwwroot/forum as a part of my main website. I have been facing a lot of problems not being able to view the default.asp page properly. my website is http://www.mf.com.br/forum/
I tried to search for all files with .asp extension and rename them into ../forum/xxxxxxx.asp but I still can´t view the default page properly.
How did you convert the access database to SQL ? you should have used the setup.asp file from the snitz install to create the tables in SQL Server and then copied just the data over to your SQL Server.
I also fail to see why would you convert the Access tables if your forum is a new one. You need just to specify the database as being a SQL Server one, as explained in the readme file, and then run setup.asp.
I would advise you to run setup.asp?RC=5 to ensure that the tables are properly created, otherwise you may get problems with the table structure in the future. Of course, this will delete any existing info on the forum tables, but since you're starting that does not look that much of a problem.