How to Create Host Header to SharePoint Web Application

  1. Log in to the Server and Open DNS
  1. THost Header and IP Address, Click on Add Host

Create New Web Application

Go to Central Administration and Create your new web application

Create Web Application and Provide the Host header you just created with Port 80
Once you create the Web Application, Create associated site collection.

Edit Bindings in IIS Web Site

Open IIS and find newly created Web Site

Right click and go to Edit Bindings

Add Record to the Server Host File 

Open Note Pad as Administrator and navigate to following location

 C:\Windows\System32\drivers\etc 

 Add new record as follows

Disable loop back of the Web Server

  1. Open Registry Editor Navigate to following location

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa 

Create New Value (DisableLoopBackCheck) Type of DWORD and set value to 1

When we are having several host headers configured in to same port on server we have to add Registry entry. On those mentioned servers that particular registry entry is missing.

Open Registry Editor Navigate to

 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 

  1. Create Multi-String Registry Key named BackConnectionHostNames 
  2.  Add all three host headers to the Registry Key 
    • Intranet.ra.com 
    • Myportal.ra.com
    • Survey.ra.com 
  3. Save and close the registry. 
  4. Restart IIS.

Leave a Reply

Your email address will not be published. Required fields are marked *