Microsoft Knowledge Base Email Alertz

This article describes the configuration that you must use when you host a FrontPage Web site on a clustered file share. You must follow these steps because FrontPage uses the Internet Information Services (IIS) Web server's request user identity...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 324320 - Last Review: December 3, 2007 - Revision: 6.4

HOW TO: Use a FrontPage Web Site on a Clustered File Share

System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows Vista Solution Center
This article was previously published under Q324320

On This Page

SUMMARY

This article describes the configuration that you must use when you host a FrontPage Web site on a clustered file share. You must follow these steps because FrontPage uses the Internet Information Services (IIS) Web server's request user identity (such as the anonymous user account) to create files and folders. FrontPage uses the local computer system account (that is, machinename$) to do administrative tasks on the file system. Because this scenario only works in an environment with Kerberos authentication, you must enable Kerberos authentication either through one of the cluster administration tools (Cluadmin.exe or Cluster.exe).

NOTE: If you are using Windows 2000, you must be using Service Pack 3.

Permissions to Enable Kerberos for Network Names

For additional information about the permissions that you must have to enable Kerberos for Network Names, click the following article numbers to view the articles in the Microsoft Knowledge Base:
302389  (http://kbalertz.com/Feedback.aspx?kbNumber=302389/EN-US/ ) Description of the Properties of the Cluster Network Name Resource in Windows Server 2003
307532  (http://kbalertz.com/Feedback.aspx?kbNumber=307532/EN-US/ ) How to Troubleshoot the Cluster Service Account When It Modifies Computer Objects
NOTE: The Cluster Service account must be able to create computer objects in Active Directory. By default, all users can create a default limit of 10 computer objects.

NOTE: The network name resource must be offline before you enable Kerberos support.

Enable Kerberos Authentication with the Cluster Administrator Tool

NOTE: this procedure only works on Microsoft Windows Server 2003. With the Microsoft Windows 2000 version of Cluadmin.exe, you cannot enable Kerberos support. The next section, which describes how to enable Kerberos support by using the command line, works for Windows 2000.
  1. Open Administrative Tools.
  2. Click Cluster Administrator.
  3. Select the cluster that you want to configure.
  4. Select Resources, and then locate the Network Name resource that you want.
  5. Take that resource offline.NOTE: All resources that depend on this Network Name resource are also brought offline.

  6. Right-click the Network Name resource, click Properties, and then click the Parameters tab.
  7. Click to select the Enable Kerberos Authentication check box, click OK, and then bring the resource back online.

Use the Command Line to Enable Kerberos Authentication

You can also enable Kerberos authentication from the command line:
  1. Open a command prompt.
  2. Type the following, and then press ENTER:
    cluster res "res name" /priv RequireKerberos=1
    NOTE: "res name" is the name of the resource. You may have to enclose the resource name in quotation marks, as follows:
    cluster res "Cluster Name" /priv RequireKerberos=1
    For help, run the following command:
    cluster /?

APPLIES TO
  • Microsoft FrontPage 2002 Service Pack 2
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows 2000 Advanced Server SP3
  • Microsoft Windows 2000 Service Pack 3
  • Microsoft Internet Information Services 6.0
  • Microsoft Internet Information Services 5.0
Keywords: 
kbhowto kbhowtomaster KB324320
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate