NTLM authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harshadd
    New Member
    • Dec 2007
    • 180

    NTLM authentication

    I read about NTLM authentication using asp (.asp) pages here
    any one can explain how to use this in .net ?

    regards
    harshad
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    By the looks of it (in this article: NTLM and Kerberos Authentication) you can just the NetworkCredenti al Class.

    -Frinny

    Comment

    • harshadd
      New Member
      • Dec 2007
      • 180

      #3
      Thanks Frinny for your reply.

      can you or some one guide me how to test on this code in working envirnment?
      I have IIS on windows 2003 domain and
      dot net 2005 on workstation
      what else i need to test this?

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I've never used NTML before.
        I've always used some kind of Forms Authentication and have played with Windows Authentication. Judging by that article that I read yesterday I would assume that you would just use the NetworkCredenti als class to authenticate against the NTML...try testing that first.

        -Frinny

        Comment

        Working...