I'm developing my first ASP application for a client of mine. Nothing major, just a simple employee lookup application.
I have developed the application using an Access database. Now my application was tested on my own development console (XP Pro with SP2) and works perfectly.
However, when I uploaded these pages to my clients server, the first page displays as it should but if I try to navigate to other dynamic pages then I get the following error:
Quote:
Provider error '80004005'
Unspecified error
/intranet/employeelookup/employee_results.asp, line 15
|
As I said, locally it works without a problem but is suspect on clients server which makes me think it may be an IIS permissions issue.
Can anyone shed some light?
Thanks in advance.
Stevie