DB_SEC_E_AUTH_FAILED(0x80040E4D

  • Thread starter Thread starter mkhmer
  • Start date Start date
M

mkhmer

If anybody know how to fix the error "DB_SEC_E_AUTH_FAILED(0x80040E4D)" ???

I store the VB.Net connection string in the session variable and should be
expired with 20mn, but this error mostly appear faster than 20mn.

You help is appreciated.

Thanks,

Mkhmer
 
Use this conn string to fix for access databases.
(also make sure aspnet user has permisions to directory)

Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\inetpub\NameOfApp\dbname.mdb"
 
Well, the connection is working fine except that we good error just a while
from page being loaded and view. Sometime this error appear even quicker
than the session expire time (20mn by default).

I think the problem is about loosing session variable somewhere......
If you have any better idea to keep our database connection stable and long
lasting?

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top