ASP Best Practices

Next Topic

Organizing Application Directories and Files

This section provides a model for storage structure and access permissions for ASP applications. Using this model will help you establish consistency, security, and ease of maintenance.

The organization and attributes given to the directories and files in the list below are more important than the names used.

/Application_Name
  Default.htm
  Global.asa 

/Classes

/Content

  /ASP
    *.asp

  /HTM
    *.htm

  /Images

  /Media

  /Themes

/Data /DLL *.dll/Helper_Files (not in site directory)

See the following: