Frequently Asked Questions

  1. How do I publish documents or Web pages?
  2. How do I create a virtual directory on a Web or FTP site?
  3. How do I create a Web site?
  4. How do I create multiple Web sites?
  5. How do I replicate Web content?
  6. How do I stop and restart Internet services?
  7. Why don't some visitors to my site get the Web pages I designed specifically for their browser?
  8. Where can I find information on accessibility features for disabled users?
  9. How do I get technical support for IIS?
  10. Can I change the name of my Web site and also redirect requests for the old site name to the new one?
  11. How do I support older browsers that do not pass the host name in an HTTP request header?
  12. Can I use the Internet Information Services snap-in in the MMC to remotely administer my site through a proxy server?
  13. Why don't all Web sites appear when I try to remotely administer my server using the browser-based Internet Services Manager (HTML)? When I run the Internet Services Manager (HTML) on the computer running IIS, all Web sites are listed.
  14. How do I know whether my drive is configured to use NTFS?
  15. How do I convert a drive or partition formatted for the File Allocation Table (FAT) file system to NTFS?
  16. Can I set up an FTP site with different levels of access for different users?
  17. How can I confirm that a server certificate is attached to a particular Web site?
  18. Can I attach more than one server certificate to a Web site?
  19. Can I attach the same server certificate to more than one site?
  20. Can I attach a server certificate to an FTP site?
  21. Should I create a backup copy of my server certificate?
  22. How can I tell how many users are connected to my FTP service?

  1. How do I publish documents or Web pages?
  2. To publish documents, move your files to the \inetpub\wwwroot directory. Then type http://servername/filename in the address bar of your browser to see your published files. See Quick Site Setup with IIS for more information.

    To Top

  3. How do I create a virtual directory on a Web or FTP site?
  4. You can use the Internet Information Services snap-in to create virtual directories on your Web site. The topic Creating Virtual Directories contains the procedural information on how to accomplish this task.

    To Top

  5. How do I create a Web site?
  6. When you install IIS on Microsoft® Windows 2000, a default Web site is set up for you. You can publish your content in the default publishing location immediately. For more information, see Adding Sites.

    To Top

  7. How do I create multiple Web sites?
  8. To create multiple Web sites, you must first ensure that each site has unique identification. To accomplish this, you will need to contact your network administrator to either obtain multiple IP addresses or to assign multiple host header names. For more information, see About Name Resolution.

    To Top

  9. How do I replicate Web content?
  10. You can use Content Deployment service (formerly known as the Content Replication System, or CRS) to replicate content and settings across machines in a Web cluster. Content Deployment is a feature of Microsoft® Site Server. For more information about Content Deployment service, see the Site Server documentation. For more information on clusters, see Replication and Clustering.

    To Top

  11. How do I stop and restart Internet services?
  12. Several Internet services run in a single process, and Internet services are often comprised of other processes. Because of this, Internet services are most effectively shut down and restarted differently from other Windows services. For information about using IISReset.exe, see Restarting IIS.

    To Top

  13. Why don't some visitors to my site get the Web pages I designed specifically for their browser?
  14. If you use the Browser Capabilities Component to determine client viewing capabilities, then you should periodically update the file Browscap.ini on your server as newer browser versions are released. You can obtain an updated version of Browscap.ini from the Windows 2000 CD, or by downloading it from http://www.microsoft.com.

    To Top

  15. Where can I find information on accessibility features for disabled users?
  16. For general information on accessibility for Windows, see the Windows documentation. For accessibility information that relates specifically to IIS, see Accessibility For IIS.

    To Top

  17. How do I get technical support for IIS?
  18. For technical support, if this software was preinstalled as part of an original equipment manufacturer (OEM) package, or if it was otherwise included with your personal computer purchase, you must contact the manufacturer of your PC or server for support. Refer to the documentation that came with your PC or server for the telephone number for the manufacturer.

    If you acquired this product individually at retail, and have a technical question that you cannot answer by using the online documentation, go to Microsoft Product Support Services on the Web.

    To Top

  19. Can I change the name of my Web site and also redirect requests for the old site name to the new one?
  20. You can configure your Web site to respond to both the old name and the new name, provided your network correctly routes both requests to your computer. This way, visitors can still reach your site by using the old name, and will be informed of the new one. For instructions on how to assign names, see Naming Web Sites.

    To Top

  21. How do I support older browsers that do not pass the host name in an HTTP request header?
  22. You can add script to your default home page that redirects older browsers either to the correct site, or to a page suggesting a browser upgrade (if the browser does not accept cookies). For instructions on detecting the browser type and redirecting appropriately, see Supporting Host Header Names in Older Browsers.

    To Top

  23. Can I use the Internet Information Services snap-in in the MMC to remotely administer my site through a proxy server?
  24. The IIS snap-in in the MMC is designed to locally administer the computer on which IIS is running, or to administer another IIS site on an intranet. To use the IIS snap-in remotely, you can use Terminal Services.

    For remote administration tasks over the Internet or through a proxy server, you can use the browser-based Internet Services Manager (HTML). For more information, see Remote Administration.

    To Top

  25. Why don't all Web sites appear when I try to remotely administer my server using the browser-based Internet Services Manager (HTML)? When I run the Internet Services Manager (HTML) on the computer running IIS, all Web sites are listed.
  26. It is possible that you are connecting as an Operator rather than as an Administrator. In addition, ensure that you have properly appended the correct port number to the administration site. For more information, see Remote Administration.

    To Top

  27. How do I know whether my drive is configured to use NTFS?
  28. In Windows Explorer, select the drive and open its property sheets. On the General tab, the file system type is listed.

    To Top

  29. How do I convert a drive or partition formatted for the File Allocation Table (FAT) file system to NTFS?
  30. At the command line, type convert drive letter: /FS:NTFS. An NTFS drive cannot be converted back to FAT. For more information, see the Windows documentation.

    To Top

  31. Can I set up an FTP site with different levels of access for different users?
  32. To limit access to only certain computers, select a site in the IIS snap-in, open its property sheets, select the Directory Security tab, and click the Edit button in the IP address and domain name restrictions section. You can grant or deny access to all computers or subnets except those you specify.

    On an NTFS file system, you could also use a single virtual directory and set the NTFS permissions to grant or deny different types of access to different Windows user accounts.

    To Top

  33. How can I confirm that a server certificate is attached to a particular Web site?
  34. Select the site and open its property sheets. In the Directory Security property sheet, under Secure communications, there is an Edit button. If the button is enabled, there is a certificate attached to the Web site. If the button is dimmed, you need to attach a server certificate to the site to use the Secure Sockets Layer (SSL) features.

    To Top

  35. Can I attach more than one server certificate to a Web site?
  36. No. Each Web site can have only one server certificate attached to it.

    To Top

  37. Can I attach the same server certificate to more than one site?
  38. Yes. A server certificate can be attached to as many Web sites as you need.

    To Top

  39. Can I attach a server certificate to an FTP site?
  40. No. FTP sites do not support SSL features.

    To Top

  41. Should I create a backup copy of my server certificate?
  42. Yes. Your server certificate is a valuable investment, and is the key to your server's SSL features. To create a backup copy of your server certificate, copy the entire certificate onto a floppy disk and store it in a safe place.

    To Top

  43. How can I tell how many users are connected to my FTP service?
  44. In the IIS snap-in, select an FTP site, open its property sheets, and click the Current Sessions button. For more information, see Performance Tuning.

    To Top


© 1997-1999 Microsoft Corporation. All rights reserved.

(The following words are used by Search; they are not intended to be displayed on the page.) trouble, troubles, troubleshoot, fix, repair, quick, quick start, easy, shortcut, shortcuts, basic, basics, intro, introductory, introduction, overview, beginner, begin, start, novice, intermediate, faq, frequently asked questions, publish, web pages, create, virtual directory, create, new, add, host, web site, web sites, website, websites, multiple, many, several, browser, compatibility, compatible, browsers, different versions, design, disabled, accessibility, disabled persons, blind, paralyzed, dyslexic, voice, handicapped, tech support, product support, phone support, helpdesk, help, assistance, redirect, change, site name, older browsers, versions, host name headers, hostname header, http, request, remote, remotely, htmla, mmc, proxy server, browser-based, admin, across network, over internet, internet service manager, internet services manager, ism, html, ntfs, ntlm, fat, convert, partition, ftp, security, server certificate, certificates, readme, relnotes, rel notes, summary, common, usual, release notes, latest, late-breaking, recent, other, appendix, addenda, addendum, new, newer, newest, last-minute, doc, docs, corrections, documented, undocumented, known problems, problem, help me, get help, support, tech support, tech-support, product support, trouble, troubleshoot, troubleshooting, error, errors, crash, crashed, crashing, break, broken, doesn't work, keeps failing, fail, new, upgrade, old, bad, crashes, xml, extensible markup language, streaming media, audio, video, net stop w3svc, net stop iisadmin, net start w3svc, net start iisadmin, restarting IIS, IISReset.exe, IISReset