didou           Sun Oct 31 15:10:37 2004 EDT

  Modified files:              
    /phpdoc/en/faq      using.xml 
  Log:
  fix #13292 : added an FAQ entry on accessing sharing files under Windows
  
http://cvs.php.net/diff.php/phpdoc/en/faq/using.xml?r1=1.31&r2=1.32&ty=u
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.31 phpdoc/en/faq/using.xml:1.32
--- phpdoc/en/faq/using.xml:1.31        Thu Aug  5 01:11:39 2004
+++ phpdoc/en/faq/using.xml     Sun Oct 31 15:10:34 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
 <chapter id="faq.using">
   <title>Using PHP</title>
   <titleabbrev>Using PHP</titleabbrev>
@@ -237,6 +237,29 @@
     </answer>
    </qandaentry>
 
+   <qandaentry id="faq.using.iis.sharing">
+    <question>
+     <para>
+      Windows: I can't access files shared on another computer using IIS
+     </para>
+    </question>
+    <answer>
+     <para>
+      You have to change the <literal>Go to Internet Information
+      Services</literal>. Locate your PHP file and go to its properties.
+      Go to the <literal>File Security</literal> tab, <literal>Edit -&lt; 
+      Anonymous access and authentication control</literal>.
+     </para>
+     <para>
+      You can fix the problem either by unticking <literal>Anonymous
+      Access</literal> and leaving <literal>Integrated Window
+      Authentication</literal> ticked, or, by ticking <literal>Anonymous
+      Access</literal> and editing the user as he may not have the access
+      right. 
+     </para>
+    </answer>
+   </qandaentry>
+
    <qandaentry id="faq.using.netscape">
     <question>
      <para>

Reply via email to