Microsoft KB Archive/171343: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 54: Line 54:
== SUMMARY ==
== SUMMARY ==


This article explains how to remove Web server or file location entries that appear in the "Web Server or File Location" list in the Open FrontPage Web dialog box (File menu).
This article explains how to remove Web server or file location entries that appear in the "Web Server or File Location" list in the Open FrontPage Web dialog box (File menu).


</div>
</div>
Line 70: Line 70:
<li>In the Windows folder, double-click the Fpexplor.ini file.</li>
<li>In the Windows folder, double-click the Fpexplor.ini file.</li>
<li>Locate the [Recently Opened Servers] section in the Fpexplor.ini file.</li>
<li>Locate the [Recently Opened Servers] section in the Fpexplor.ini file.</li>
<li><p>Delete the line that contains the Web server you do not want to be listed in the &quot;Web Server or File Location&quot; list in the Open FrontPage Web dialog box. For example, if the [Recently Opened Servers] section of the Fpexplor.ini file looks like this:</p>
<li><p>Delete the line that contains the Web server you do not want to be listed in the "Web Server or File Location" list in the Open FrontPage Web dialog box. For example, if the [Recently Opened Servers] section of the Fpexplor.ini file looks like this:</p>
<pre class="fixed_text">      [Recently Opened Servers]
<pre class="fixed_text">      [Recently Opened Servers]
       Recent Server Count=4
       Recent Server Count=4
Line 101: Line 101:
# Delete the FrontPage Explorer Preferences file.<br />
# Delete the FrontPage Explorer Preferences file.<br />
<br />
<br />
All Web server entries, except the default hard disk, will be removed from the &quot;Web Server or File Location&quot; list.
All Web server entries, except the default hard disk, will be removed from the "Web Server or File Location" list.





Latest revision as of 11:05, 21 July 2020

Article ID: 171343

Article Last Modified on 11/24/2003



APPLIES TO

  • Microsoft FrontPage 97 Standard Edition
  • Microsoft FrontPage 1.0 Standard Edition
  • Microsoft FrontPage 1.1 Standard Edition
  • Microsoft FrontPage 1.0 for Macintosh



This article was previously published under Q171343


For a Microsoft FrontPage 98 version of this article, see 194109.


SUMMARY

This article explains how to remove Web server or file location entries that appear in the "Web Server or File Location" list in the Open FrontPage Web dialog box (File menu).

MORE INFORMATION

Windows Versions

To delete Web server or file location entries that appear in the Open FrontPage Web dialog box, edit the Fpexplor.ini file and modify the [Recently Opened Servers] section. To do this, follow these steps:

  1. On the Windows Start menu, point to Programs, and then click Windows Explorer.
  2. In the Windows folder, double-click the Fpexplor.ini file.
  3. Locate the [Recently Opened Servers] section in the Fpexplor.ini file.
  4. Delete the line that contains the Web server you do not want to be listed in the "Web Server or File Location" list in the Open FrontPage Web dialog box. For example, if the [Recently Opened Servers] section of the Fpexplor.ini file looks like this:

          [Recently Opened Servers]
          Recent Server Count=4
          WebServer0=file:///c:/temp
          WebServer1=carboncopy
          WebServer2=production_Web
          WebServer3=finance_Web
                            

    delete the Web that you do not want. For example, delete the WebServer2=production_Web line so that the [Recently Opened Servers] section looks like this:

          [Recently Opened Servers]
          Recent Server Count=4
          WebServer0=file:///c:/temp
          WebServer1=carboncopy
          WebServer3=finance_Web
  5. Renumber the WebServer entries so that the first entry is WebServer0 and each subsequent entry increments by one. Change the Recent Server Count value to equal the number of servers listed in this section. For example, the [Recently Opened Servers] section of the Fpexplor.ini file should look like this:

          [Recently Opened Servers]
          Recent Server Count=3
          WebServer0=file:///c:/temp
          WebServer1=carboncopy
          WebServer2=finance_Web
  6. Save and close the file.

Macintosh Version

To remove the Web server entries, follow these steps:

  1. Open the System Folder folder.
  2. Open the Preferences folder.
  3. Delete the FrontPage Explorer Preferences file.


All Web server entries, except the default hard disk, will be removed from the "Web Server or File Location" list.



Additional query words: 97

Keywords: kbhowto KB171343