How to automatically authenticate windows integrate without login popup?

前端 未结 4 1317
迷失自我
迷失自我 2021-01-05 03:29

I wrote an asp.net application with default.aspx. When I hit this page It is asking me windows login popup window. My application should me windows authentication required b

4条回答
  •  没有蜡笔的小新
    2021-01-05 03:48

    I would turn off enable anonymous access and just use the "Integrated Windows authentication". Also, if you are using FireFox the domain token for the logged in user is not available without some workarounds. So I would try to stick to using IE if you can too, to make it easier (no pop-ups).

提交回复
热议问题