Eradicating 401 “Unauthorised” responses followed by 200 “Ok” responses

前端 未结 5 2214
小鲜肉
小鲜肉 2020-12-29 05:19

I’ve got a situation with a large internal corporate web based application running ASP.NET 3.5 on IIS6 generating 401 “Unauthorised” responses followed by 200 “Ok” responses

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 05:40

    CSCRIPT.EXE c:\inetpub\adminscripts\ADSUTIL.VBS SET W3SVC/AuthPersistSingleRequest FALSE

    Will reduce the amount of 401's significantly.

提交回复
热议问题