Contents 
  
  
    
- Introduction
 - Installation
 - Working with ISAPI_Rewrite
 - ISAPI_Rewrite directives
 - Examples
 - Troubleshooting
 - Release notes
 
ErrorLog directive
| Description: | Location of general errors file | 
| Syntax: | ErrorLog file-path | 
| Default: | ErrorLog installdir\error.log | 
| Context: | server config | 
This directive sets the name of the log file where ISAPI_Rewrite will log general errors and messages such as httpd.conf file load, .htaccess file(s) load, permissions issues etc.
ErrorLog "C:\local\path\error.log"