Atlanta .NET Regular Guys

Community Blog for two guys in Atlanta that focus on Microsoft and Community.

Quick About

This is the community blog for Brendon Schwartz and Matt Ranlett.  If you want to see their technical posts visit http://www.sharepointguys.com

Back To DevCow

Recent Posts

Tags

Email Notifications

    Archives

    Be sure to use distinct names in your SharePoint Web Applications

    If you are creating an externally accessible portal or extranet with SharePoint which uses Forms based authentication, business requirements such as Search and ECM Publishing might require you to create an intranet portal which uses NTLM or Kerberos authentication.  To do this, you'd first create a Web Application in SharePoint, then you'd go back and extend that web application to add the second zone.  However tempting it might be to give these portals the same description, don't.  The misnamed Description field is actually the name that shows up in the IIS Manager application.  If you give two Web Apps the same name, they won't get distinct entries in the IIS Admin web sites section.  This has the effect of IIS not being able to find your site and sending incoming requests for the duplicate named site to the default web site (which normally shows a "Under Construction" message)

    SharePoint Web Application Description field    IISAdmin Sites list

    Comments

    Ray Ranson said:

    Good post. I encountered the same and although the FQDN ran for a while before we got 404's internally, people had already started to publish quite a bit of content. I resolved through editing with the IIS Metabase tool and less egg on my face.
    # October 17, 2007 8:36 PM