<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKFinder_1.x%2FDevelopers_Guide%2FASP%2FTroubleshooting%2FParentPath</id>
		<title>CKFinder 1.x/Developers Guide/ASP/Troubleshooting/ParentPath - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKFinder_1.x%2FDevelopers_Guide%2FASP%2FTroubleshooting%2FParentPath"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&amp;action=history"/>
		<updated>2026-06-07T01:46:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&amp;diff=3473&amp;oldid=prev</id>
		<title>Admin: moved CKFinder/Developers Guide/ASP/Troubleshooting/ParentPath to CKFinder 1.x/Developers Guide/ASP/Troubleshooting/ParentPath</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&amp;diff=3473&amp;oldid=prev"/>
				<updated>2010-05-28T06:46:32Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/CKFinder/Developers_Guide/ASP/Troubleshooting/ParentPath&quot; class=&quot;mw-redirect&quot; title=&quot;CKFinder/Developers Guide/ASP/Troubleshooting/ParentPath&quot;&gt;CKFinder/Developers Guide/ASP/Troubleshooting/ParentPath&lt;/a&gt; to &lt;a href=&quot;/CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&quot; title=&quot;CKFinder 1.x/Developers Guide/ASP/Troubleshooting/ParentPath&quot;&gt;CKFinder 1.x/Developers Guide/ASP/Troubleshooting/ParentPath&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 06:46, 28 May 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&amp;diff=2301&amp;oldid=prev</id>
		<title>AlfonsoML: New page: In some IIS 6 instalations you might receive an error 'ASP 0131'.&lt;br&gt;That's due to a [http://support.microsoft.com/?scid=kb%3Ben-us%3B226474 security setting in IIS] that doesn't allow to ...</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKFinder_1.x/Developers_Guide/ASP/Troubleshooting/ParentPath&amp;diff=2301&amp;oldid=prev"/>
				<updated>2008-08-24T15:36:08Z</updated>
		
		<summary type="html">&lt;p&gt;New page: In some IIS 6 instalations you might receive an error &amp;#039;ASP 0131&amp;#039;.&amp;lt;br&amp;gt;That&amp;#039;s due to a [http://support.microsoft.com/?scid=kb%3Ben-us%3B226474 security setting in IIS] that doesn&amp;#039;t allow to ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In some IIS 6 instalations you might receive an error 'ASP 0131'.&amp;lt;br&amp;gt;That's due to a [http://support.microsoft.com/?scid=kb%3Ben-us%3B226474 security setting in IIS] that doesn't allow to use a relative paths in include files. &lt;br /&gt;
&lt;br /&gt;
There are two solutions for this problem. &lt;br /&gt;
&lt;br /&gt;
#Using the Administrative tools you can change the setting as explained in [http://support.microsoft.com/?scid=kb%3Ben-us%3B332117 MS KB Q332117] &lt;br /&gt;
#If you don't have access or don't want to change that, then open the ckfinder/core/connector/asp/connector.asp file, go to line 51 (it might change in newer versions) and change&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;! -- #INCLUDE file=&amp;quot;../../../config.asp&amp;quot; --&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
with&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;! -- #INCLUDE VIRTUAL=&amp;quot;/ckfinder/config.asp&amp;quot; --&amp;amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
Please, note that if you have placed ckfinder under a different root folder you'll need to adjust the path in that line &lt;br /&gt;
&lt;br /&gt;
Also, there's a space in the previous lines due to a security restriction in this server, the lines should start with &amp;amp;lt;!-- with no extra space between&amp;amp;nbsp;! and -&lt;/div&gt;</summary>
		<author><name>AlfonsoML</name></author>	</entry>

	</feed>