MS Access database question

I need to delete a MS Access database in my subdomain. Whether I'm using FTP or Microsoft FrontPage, I get an error. What do I need to enable or disable?
 
in ftp, I'm getting the following:
An error occurred deleting the file or folder in the FTP Server. Make sure you have permissions to access this folder. Details: filename.mdb: Access is denied.

In Microsoft FrontPage, I get this:
Server error: Cannot remove file "filename.mdb".

I am thinking that somewhere I need to allow access, but, I am not sure where.
 
The problem is that IE uses Passive mode to connect and so does FrontPage. We do not allow Passive mode FTP transfers as part of our security policy. You must download a FTP client and use that to connect via Active/PORT mode. Your problem should be solved with that.
 
If those programs do not work, it may be because one of your scripts is writing to the database and updating it.
 
Back
Top