Avoiding 401 response for each request using NTLM

后端 未结 7 878
盖世英雄少女心
盖世英雄少女心 2020-12-07 16:06

We have here an asp.net 3.5 application using NTLM based windows authentication. The system runs on a private network that actually distributed over different geographic pla

7条回答
  •  一生所求
    2020-12-07 16:32

    On a related topic; if you are using IIS7.0 and kerberos authentication it appears AuthPersistNonNTLM=true can be used to avoid 401 round-trips for each request.

    http://msdn.microsoft.com/en-us/library/aa347548(VS.90).aspx

    http://blogs.technet.com/b/configurationmgr/archive/2010/06/03/solution-you-may-experience-slow-performance-when-using-bits-and-kerberos-authentication-on-configmgr-2007-distribution-points.aspx

提交回复
热议问题