Permissions

Last Updated: 10/18/2005



Sections above here:
Home  ยป  Deployment

Sections below here:

Topics in this section:
Deployment Overview
External Files
Permissions
ISAPI Deployment
ISAPI Notes
ISAPI Utilities
ISAPI Hosting
ISAPI Common Issues
Standalone Deployment
Apache
Service Deployment
Launching Applications
Converting between application types
Application Ports

Search Documentation:

By default an IntraWeb application needs very few permissions to execute. These are the minimum requirements:

  1. Read access to the Files if the files subdirectory is used.
  2. Read access to the Templates subdirectory if templates are used.
  3. Full access to the Cache subdirectory. By default if this directory does not exist, IntraWeb will create it and thus have the proper permissions. In this case, it must first have permissions to create directories in the directory it is contained in. You will get unpredictable errors, most probable access violations and internal server errors if access to this subdirectory is denied or restricted.

In addition if you are connecting to a database you will need to make sure that the application has proper permissions. This is especially true for local databases which access database files directly.

If using the BDE, you need to take special care so that the BDE can create its work directories as well as access the data files.



(C) 2002-2009 - Atozed Software Ltd.