James Smithy Cleave
James Smithy Cleave

Reputation: 131

Detailed error messages ASP - Showing 2 lines

I am trying to debug an ASP Intranet application,

I have turned on detailed error messages and turned off Friendly error messages in IE but my error message only shows:

error '80004005' 
/login.asp, line 15 

If I debug an asp.net application I get a block of information including where the error occurred for example, "MySQL Failed to connect...

Is there any way to show more detailed error messages,

I have ran through Detailed 500 error message, ASP + IIS 7.5

But I still only get the basic error message which shows me there is a connection issue 'Somewhere'

Upvotes: 0

Views: 122

Answers (1)

John
John

Reputation: 4663

Error '80004005' means that a database connection failed. Is your connection string correct, is your database running, (or if you're using Access, does your IUSR account have the correct permissions on the mdb file)?

(Comment posted as question as suggested)

Upvotes: 2

Related Questions