Hello all,
I installed WW Forums and everything seems to be going well except that
when I try to access the Admin functions (after logging in of course),
I get the following error:
Provider error '80040e4d'
Authentication failed.
/forum/admin/common.asp, line 178
Line 178 is "
adoCon.Open"
This only occurs in the Admin section, but everything else works fine.
Any ideas? The database (MS ACCESS) is read/write and the connection string I'm using is the default:
strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & strDbPathAndName
I also tried to use the generic Access driver but it gave me another
error. I am using other ASP+MS ACCESS scripts on this server and
they work fine with very similiar/the same connection strings and what
have you.
Thanks!