ASP 0131 Error

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

In some IIS 6 instalations you might receive an ASP 0131 error. This is due to a security setting in IIS that does not allow to use relative paths in include files.

There are two solutions to this problem.

  1. Using the Administrative Tools you can change the setting as explained in MS KB Q332117 .
  2. If you do not have access to this setting or do not want to change it, open the ckfinder/core/connector/asp/connector.asp file, go to line 51 (it might change in newer versions) and change the following:
<!-- #INCLUDE file="../../../config.asp" -->

to:

<!-- #INCLUDE VIRTUAL="/ckfinder/config.asp" -->

Please note that if you placed CKFinder under a different root folder, you will need to adjust the path in that line.

This page was last edited on 7 December 2011, at 14:39.