pnjones
Posts: 42
|
| Posted: 10/18/2007, 4:01 AM |
|
I have an intranet application which is loaded on the server and is operating correctly. During development I pointed the database connection to a path on the server. Now that the system is to go live I have pointed the connection to a folder on another server.
If I open the page on the server it displays correctly, if I open the page on a users PC I get the message that the Database is locked or read only and it shows the path to the database file. The access database is not open or locked by any user
I must be missing something simple but have searched for a reason to no avail
Any help appreciated 
_________________
Regards
Pat |
 |
 |
Oper
Posts: 1195
|
| Posted: 10/18/2007, 5:34 PM |
|
IIS_USER should have delete/write/read access on that folder
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|