« Previous Next »

Answered Thread: FrontPage Extensions HTTP Error 401.1

Last post 10-09-2009 12:20 PM by bubbaaintfly. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 10-08-2009, 6:18 PM

    FrontPage Extensions HTTP Error 401.1

    I'm having the exact same problem, but it seems to be limited to virtual sites that are using host headers as opposed to listening on a unique IP address. Such as...

    1. In IIS Manager, right-click Web Sites -> New -> Web Site
    2. Fill out info & listen on unique IP address (already configured in TCP/IP network properties). Point to a new root web directory..
    3. All Programs -> Administrative Tools -> Microsoft SharePoint Administrator (http://localhost:6109/fpadmdll.dll)
    4. Click Extend to create FrontPage Server Extensions 2002 on the new virtual server.
    5. Set an admin user (HOSTNAME\Administrator).
    6. Click the new virtual server via SharePoint admin page.. links to:
    http://<website-url>/_vti_bin/_vti_adm/fpadmdll.dll?page=webadmin.htm
    This page prompts for UserName/Password. Enter HOSTNAME\Administrator & password. Displays website administration page (Works fine).

    When I repeat the same steps using host header instead of a unique IP at Step 2, instead of properly displaying the admin config page at step 6, I keep getting the prompt to enter Username/Password 3 times until it finally results in:
    HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
    ----------

    NOTE: This only happens if I attempt to run the SharePoint Administration from the the host the web sites are installed on. Accessing the virtual web site administration from a remote host works fine:
    http://<website-url>/_vti_bin/_vti_adm/fpadmdll.dll?page=webadmin.htm

    I can only guess the SharePoint is having trouble resolving the use of the host headers.

  • 10-09-2009, 10:25 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,244
    • IIS MVPs

    Re: FrontPage Extensions HTTP Error 401.1

    401.1 indicates that IIS can not authenticate the user's credentials, either because of a bad username, bad password, or it can contact/resolve the correct domain to authenticate against.

    Are you using Windows Integrated or Basic authentication? 

    Are you using a FQDN in the hostheader or a Windows network name?

  • 10-09-2009, 12:20 PM In reply to

    Answered Re: FrontPage Extensions HTTP Error 401.1

    Website installed on host using a Netbios name: abc.

    Hostheader is using a FQDN. www.xyz.org

    Using Windows Integrated authentication.

    Extensions were initially set up using abc\admin as the admin account. This results in the  automatically created IIS managed Local Group "OWS_123456_admin" in which abc\admin is a member. When prompted for username/password, I have tried various combinations for the username such as: admin; abc\admin; www.xyz.org\admin. with no success.

    Since I found I can access the sharepoint administration pages for www.xyz.org via a remote host, it's no longer a major concern. More a curiosity at this point.

Page 1 of 1 (3 items)
Microsoft Communities