ASP problem: Microsoft JET Database Engine error '80004005'

MikeybobMikeybob Middle o' Farmer Land
edited August 2005 in Internet & Media
When I try and access any of my ASP pages I get this same error message,

Microsoft JET Database Engine error '80004005' Not a valid file name.

I have been looking around on the Internet for some time now but nothing I have found helps me very well so I was wondering if someone here knew what was going on and if they could help me.

The error refers to line 5 of the ASP page which is:

DeArt.ActiveConnection = MM_conn2_STRING;

I am using a none DSN connection and the path is correct and should point straight to the database. I have checked the access permissions on the database with the CHMod on my FTP and even when they are all open it still doesn't change anything.

The odd thing is that the whole site works fine on my IIS but after uploading it it doesn't seem to want to work. Thanks.

Comments

  • MiracleManSMiracleManS Chambersburg, PA Icrontian
    edited August 2005
    Hmm, are you sure that your IIS is set up exactly the same as your server? If it's not, it might still run the pages while the server craps out. Make sure that all the setting match first, after that...sounds like anything else to do with ASP.
Sign In or Register to comment.