home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / fp98b2 / shareacc.txt < prev    next >
Text File  |  1997-07-14  |  4KB  |  38 lines

  1. You can also find these instructions in the file FrontPg\Misc\prmctrl.txt on the FrontPage 98 CD.
  2.  
  3. HOW TO RESTRICT ACCESS TO YOUR FRONTPAGE WEBS
  4.  
  5. Web server running on Windows 95
  6. ================================
  7.  
  8. The Microsoft Personal Web Server for Windows 95 requires that your computer be set to User Level access control in order to restrict access to your FrontPage webs.  If your computer is set to Share Level access control (the default for most computers) then anybody will be able to browse, author and administrate your web.
  9.  
  10. To restrict access to your FrontPage webs, follow these steps to set your computer to User Level access control:
  11. a) Uninstall FrontPage 98 using the Add/Remove Programs icon in the Control Panel. Uninstalling FrontPage does not remove the content you have created in your webs, it only removes the FrontPage 98 program files.
  12. b) Go to the Control Panel and open the Network icon.
  13. c) On the Access Control tab, select the User Level option and click OK.
  14. d) After the computer has restarted, re-install FrontPage 98.  After reinstalling, use the Permissions command on the Tools menu in the FrontPage Explorer to restrict access to your FrontPage web.
  15.  
  16. Web server running on Windows NT
  17. ================================
  18.  
  19. The FrontPage Server Extensions on Microsoft Internet Information Server for Windows NT Server or Microsoft Peer Web Services for Microsoft NT Workstation rely on the NTFS filesystem to restrict access control to your FrontPage webs. If you use the FAT filesystem then anybody will be able to browse, author and administrate your FrontPage webs.  The FrontPage Server Extensions and the web content storage must be installed on a NTFS filesystem partition to restrict access.
  20.  
  21. There are two ways to make an NTFS filesystem partition on your computer if an NTFS filesystem partition does not already exist:
  22. a) Create a new NTFS filesystem partition.  This requires that the computer have free, unpartitioned disk space, or that you delete or resize an existing FAT partition.  This process is complex and therefore is not recommended.
  23. b) Convert your existing FAT filesystem partition to the NTFS filesystem.  The conversion process occurs in-place and does not require deletion of data.  Conversion of FAT to NTFS is the recommended process and is documented below.
  24.  
  25. WARNING: converting a FAT filesystem partition to the NTFS filesystem on a dual-boot computer that runs more than one operating system will make the partition unreadable to MSDOS, Microsoft Windows 3.x, or Microsoft Windows 95.  If the operating systems other than Windows NT are stored on the partition to be converted to the NTFS filesystem then those operating systems will no longer be usable.  If your computer is a dual-boot machine and you wish to continue to run operating systems other than Windows NT then you must create a second disk partition for the NTFS filesystem to store the web content, and continue to use a FAT filesystem partition to store the other operating systems.  Do not follow the instructions below if wish to create two partitions, rather you must use the Windows NT Disk Administrator application to add an additional NTFS partition to the hard drive.
  26.  
  27. To convert a FAT filesystem partition to the NTFS filesystem and thus restrict access to your webs:
  28.  
  29. a) Uninstall FrontPage 98 using the Add/Remove Programs icon in the Control Panel.  Uninstalling FrontPage does not remove the content you have created in your webs, it only removes the FrontPage 98 program files.
  30.  
  31. b) Shut down the Web server.  Open the Internet Service Manager application and stop all services installed on the computer: WWW, FTP, and Gopher.
  32.  
  33. c) Open a Command Prompt window.  Run the command "convert C: /fs:ntfs", where C: is the drive letter of the drive containing your web server content root (usually C:).
  34.  
  35. d) After conversion is complete, restart the web server using the Internet Service Manager application.  If the machine was rebooted as a part of the filesystem conversion process then the web server will be automatically restarted.
  36.  
  37. e) Re-install FrontPage 98.
  38.