I am using Vista Business with IIS7 and I have enabled Classic ASP
The first line Server.CreateObject("ADODB.Recordset") cuases error '8002801d' as does
Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")
Server.CreateObject("ADODB.Recordset") works on my XP computer with IIS6 -
So far not able to find what needs to be changed to run ASP on IIS7 using VISTA
Any advice appreciated