I have a asp file connection to Access database. I runs OK with IIS 5.0 and Win 2K. But when I run it on XP, it shows me the error below.
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/database/index.asp, line 25
This is line 25
set conn = server.createobject(“adodb.connection”)
What’s wrong? Any idea?
TIA.
Tim K.