Hosting a Business Card Web Site

Note

This is Version 2 of this document. To download the latest updated version, visit the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=67303). The update might contain critical information that was not available when this document was published.

You can establish a Web presence for your company by using a business card Web site. The site can contain basic information about your company, such as its name, logo, location, contact information (e-mail, phone number, and fax, for example), a brief description, and any other information about your business that you may want to add to the Web site. You can host the site either through your Internet service provider (ISP) or on your server that is running the Microsoft® Windows® Small Business Server 2003 server software (Windows SBS 2003) with Service Pack 1 (SP1) or Microsoft Windows Small Business Server 2003 R2 (Windows SBS 2003 R2).

This document tells you how to host your business card Web site on your server.

Before You Begin

Before you begin hosting your business card Web site, you must complete Setup for Windows SBS 2003 with SP1 or for Windows SBS 2003 R2, and you must complete Setup on the client computers. In addition, you must complete the following tasks:

  • Install Microsoft FrontPage® 2003 on one of the client computers. It is recommended that you use FrontPage to create your business card Web site. FrontPage is included with the Premium Edition of both Windows SBS 2003 with SP1 and Windows SBS 2003 R2. To install FrontPage on a client computer, insert the FrontPage disc into the CD drive, and then follow the on-screen instructions.
  • Register an Internet domain name (for example, www.wingtiptoys.com) so that users can access services on your server from the Internet and can use Internet e-mail. For information about registering a domain name, click Start, click Help and Support, and then search for “Accredited Registrar Directory.”

Skill Level

The skill level required to complete the steps in this document assumes general knowledge of how to create and publish a Web site using FrontPage, and a basic understanding of the concepts of user accounts, groups, and permissions in a client/server environment.

Process Steps

To host a business card Web site, complete the following steps:

  1. Configure permissions for publishing the business card Web site.
  2. Create the basic Web pages by using FrontPage.
  3. Allow internal Web sites to be discoverable by Internet search engines.
  4. Configure the firewall to publish the business card Web site.

Step 1: Configure permissions for publishing the business card Web site

After you create a business card Web site on your local network, you may want someone to manage the Web site who does not have administrative access to the network. If so, you must grant that person permission to add and modify files in the root of the Default Web Site.

Note

Complete this step only if the person responsible for managing the Web site is not a member of the Domain Admins group.

In this step, you create a security group for a user who is not an administrator, add the user to the security group, and then grant the security group permission to add or modify files in the root of the Default Web Site. If you assign permission to a security group instead of to an individual user account, you do not need to reconfigure the permission every time the Web site manager changes.

To create a security group and a add user to the group

  1. Click Start, and then click Server Management.

  2. From the taskpad in the details pane, click Add a Security Group.

  3. In the Add a Security Group Wizard, do the following:

    1. On the Security Group Information page, enter the name (for example, Web Masters) and description of the security group.
    2. On the Group Membership page, click Next.
    3. Click Finish.
  4. Click Users, and then in the details pane right-click the account of the user that will be responsible for managing the Web site. Click Properties.

  5. In the Properties dialog box, on the Member of tab, click Add.

  6. In the Select Users, Computers, or Groups dialog box, under Enter the object names to select (examples), type the name of the security group (for example, Web Masters) that you created.

To grant permission to access the root of the Default Web Site

  1. Click Start, and then click Server Management.

  2. In the console tree, double-click Advanced Server Management, double-click Internet Information Services, double-click the server name, and then double-click Web Sites.

  3. Right-click Default Web Site, and then click Permissions.

  4. In the %systemdrive%\inetpub\wwwroot dialog box, click Add.

  5. In the Select Users, Computers, or Groups dialog box, under Enter the object names to select (examples), type the name of the security group you created (for example, Web Masters).

  6. In the %systemdrive%\inetpub\wwwroot dialog box, under Permissions for NameOfSecurityGroup (for example, Web Masters), in the Allow column, select Write.

Step 2: Create Web Pages by Using FrontPage

In this step, you create the basic Web pages with FrontPage 2003. To complete the following procedure, you must use either an account that is a member of the Domain Admins group or the account that you assigned permissions to in Step 1.

To create Web pages by using FrontPage

  1. Log on to a client computer that has FrontPage installed on it.

  2. Click Start, select All Programs, select Microsoft Office, and then click Microsoft Office FrontPage 2003.

  3. On the File menu, click Open Site. The Open Site dialog box appears.

  4. In the Site name box, type https://ServerName (where ServerName is the name of your server), and then click Open.

  5. In the Folders view, on the Web Site tab, right-click, default.htm file, and then click Rename.

  6. Rename default.htm to default.backup.htm. Click Yes in the Confirm Rename dialog box. The default.htm file acts as a placeholder file until you create your new business card Web site. Creating a backup of this placeholder file enables you to retrieve the file if needed.

  7. On the File menu, click New.

  8. In the New task pane, under New Web site, click More Web site templates.

  9. In the Web Site Templates dialog box, on the General tab, select the Corporate Presence Web Wizard. You can us this wizard to create a presence for your company on the World Wide Web. The wizard asks you a series of questions about your company (mission statement, company profile, contact information, for example) and about the kind of information that you would like to present.

  10. Follow the instructions to complete the wizard.

  11. After you complete the wizard, new tasks appear in the Tasks view to help you edit them. Complete all the tasks in the Task view of the Web Site folder.

  12. To publish the newly created Web pages:

    1. On the View menu, click Remote Web Site.
    2. In the Remote Web Site Properties dialog box, in the Remote Web site location box, type https://ServerName (where ServerName is the name of your server), and then click OK.
    3. Under the Remote Web site pane, select Local to remote, and then click Publish Web site.

Step 3: Allow Internal Web Sites to Be Discoverable by Internet Search Engine

Web robots are components of the Internet that automatically search and catalog documents and pages that are published on the Internet. The Web robots do this by following hyperlinks on the pages that have been published. But Windows SBS 2003 with SP1 and Windows SBS 2003 R2 prevent Web robots from automatically cataloguing any of the Web sites on your server by creating a file named “Robots.txt” in the %systemdrive%\Inetpub\wwwroot folder.

If you want your business card Web site indexed on the Internet, but you also want to hide the Remote Web Workplace logon page and other Web sites that are on your server, you can replace the default version of Robots.txt with an alternate version named Robots(AllowRoot).txt.

To allow the Business Card Web site to be discoverable on the Internet

  1. In My Computer, navigate to %systemdrive%\Inetpub.

  2. Right-click Robots(AllowRoot).txt, and then click Copy.

  3. Navigate to %systemdrive%\Inetpub\wwwroot, and then paste Robots(AllowRoot).txt.

  4. Delete the existing Robots.txt file in %systemdrive%\Inetpub\wwwroot.

  5. Rename Robots(AllowRoot).txt to Robots.txt.

For more information about using robots.txt, see "The Web Robots Pages" at the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=25134).

Step 4: Configure the Firewall to Publish Your Business Card Web Site

After you create the basic Web pages, the next step is to allow access to your Web site. To do this, use the Configure E-mail and Internet Connection Wizard to configure the firewall to publish the Web site.

To configure the firewall to publish your business card Web site

  1. Click Start, and then click Server Management. In the console tree, click Internet and E-mail. In the details pane, click Connect to the Internet.

  2. On the Connection Type page, click Do not change connection type.

  3. If the Firewall page appears, click Enable firewall.

  4. If the Services Configuration page appears, click Next.

  5. On the Web Services Configuration page, do one of the following, but not both:

    • If you use FrontPage Server Extensions to publish content to the Windows SBS default Web site from a computer that is outside the local area network, click Allow access to the entire Web site from the Internet, and then click Next.

Note

If you do not want to grant access to the entire Web site, you can either use FrontPage Server Extensions to publish the content from a client computer that is on the local area network, or you can use a different method, such as File Transfer Protocol (FTP), to upload the content.

  - Under **Allow access to only the following Web site services from the Internet**, select **Business Web site (wwwroot)**, and then click **Next**.
  1. On the Web Server Certificate page, select Do not change current Web server certificate.

  2. On the Internet E-mail page, select Do not change Internet e-mail configuration.

Your new business card Web site can now be accessed from the Internet at https://www.RegisteredDomainName.com or https://RegisteredDomainName.com, where RegisteredDomainName.com is the registered domain name of your business. Contact your ISP if you have additional questions about how to access your business card Web site. All content that previously existed on this site, such as Remote Web Workplace and Outlook Mobile Access, are still available at their original Web locations.