I get this error although the setup.asp works. After i want to login as adminstrator, this error appears.
Error Type: Microsoft JET Database Engine (0x80004005) 'C:\Inetpub\wwwroot\ftsai\dbroot\snitz_forums_2000.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. /forum/setup_login.asp, line 58
I have set my config.asp correctly:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
However, it appears that it shows another path in the error. How do i fix this problem?