Integrated Security

Last post 08-15-2003 6:55 PM by Laura. 1 replies.

Sort Posts:

  • Integrated Security

    08-15-2003, 4:43 AM
    • Member
      15 point Member
    • Alina.Blaga
    • Member since 08-15-2003, 4:30 AM
    • Posts 3
    Please tell me the steps I have to follow to use Integrated Security in my application.

    I want to use COM components developed in VB.NET.

    Thanks in advance,

    Alina
  • Re: Integrated Security

    08-15-2003, 6:55 PM
    • Participant
      1,640 point Participant
    • Laura
    • Member since 06-14-2002, 6:50 AM
    • Posts 328
    • AspNetTeam
    To set up an application for Integrated Security you either:
    -disable Anonymous access for the application (In InetMgr go to Properties/Directory Security/Edit) and enable "Integrated Windows authentication".
    or:
    -you can still have Anonymous enabled in IIS but deny the Anonymous user in the web.config of the application:
    <authorization>
    <deny users="?"/>
    </authorization>

    thanks
    laura

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)