Archive for March 7th, 2006

SharePoint / ASP.NET with Windows Authentication in Intranet

Server Side

1. IIS Configuration - Directory Security Tab of Site / Virtual Root Properties

  • Disable anonymous access
  • Enable ONLY Integrated Windows Authentication

2. Web.config

  <authentication mode=”Windows” />
    <authorization>
      <deny users=”?” />
    </authorization>
  <identity impersonate=”true” />

3. NTFS Security Tab of the physical folder

  • Add allowed user / user group

Client Side (IE)

  • Add the server IP / Machine name / domain name to Intranet Sites
  • Bypass proxy for the server if proxy server causing problem
  • IE Security Setting, select “Automatic logon only in Intranet zone”

Add comment March 7th, 2006


Calendar

March 2006
M T W T F S S
« Dec   Apr »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Posts by Month

Posts by Category


1