I have recently completed development of an asp application and am now trying to distribute that application to users.
I am using IE 5 connecting to a SQL 2000 on a windows 2000 server running the asp/html application.
Users are connecting to the server from their PC's and logging into the application okay. Following this, at a random point, they get the following error when the application would be connecting to the sql server:
A runtime error has occured
Do you wish to Debug?
Line 49:
Error: [DBNMPNTW]Access denied
The application works fine on my machine and numerous others - expect this one user. I have checked the browser security permissions (okay), the sql server error log (nothing) but cannot work out why the error would be occuring.
I am not a Network administrator so need help! Is the network timing out somehow and stopping the request to SQL Server?
any help would be appreciated
jan
I am using IE 5 connecting to a SQL 2000 on a windows 2000 server running the asp/html application.
Users are connecting to the server from their PC's and logging into the application okay. Following this, at a random point, they get the following error when the application would be connecting to the sql server:
A runtime error has occured
Do you wish to Debug?
Line 49:
Error: [DBNMPNTW]Access denied
The application works fine on my machine and numerous others - expect this one user. I have checked the browser security permissions (okay), the sql server error log (nothing) but cannot work out why the error would be occuring.
I am not a Network administrator so need help! Is the network timing out somehow and stopping the request to SQL Server?
any help would be appreciated
jan