I am trying to set up the newest SQL version on a Win2k server with SQL 2k. I can run the ms_sql_server_setup.asp fine, and it says that it completes successfully. I am using the same login info in the sql_server_connection file, so I am pretty confident of authentication. After the setup, however, when I try to run the form at http://server/site/ or http://server/site/default.asp, I always get this error returned:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'Session'
/site/common.asp, line 53
I have also set this up differently in IIS, where the root of the folder is the parent folder, so the last part of the error message returns:
/site/forum/common.asp, line 53
This is probably something silly that I have done wrong, but I just can't seem to find it.
Any help would be appreciated.