ok, we've been using Web Wiz Forums for eons. (ok, since 2003)
We started on Access, and never moved off it. I made an attempt a while back, and failed.
OK, so we're moving the company's web site to Amazon EC2... good chance to finally upgrade.
I've got a Windows Server DataCenter 2008 SP2 (32 bit) up and running. IIS 7.0.
I've enabled SQL Express. created an SA password, enabled login
first task: just do a clean install of 10.01 on my new EC2 system and create a clean (new) forum and get that working with SQL Express.
Install Web Wiz (10.01).
create a new database in SQL Express called WebWiz
set the /database folder security (for both Users and IIS_IUSRS) to allow modify.
go to http://127.0.0.1/forum/ and get the installation wizard
pick "new installation"
pick SQL Server 2005/2008.
server = .\SQLEXPRESS
db name = WebWiz
sa / password
Test DB connection = Successful
Click Next >>
... no error... bounces me back to forum/setup.asp -- select installation type.
I've tried both 9.74 and get the same behavior.
Help!