How to automatically authenticate windows integrate without login popup?

前端 未结 4 1319
迷失自我
迷失自我 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 04:00

    You would want to disable anonymous access and just use "Integrated Windows Authentication".

    Then in Internet Explorer go to Tools -> Internet Option -> Security -> Custom Level -> Scroll the whole way to the bottom and select "Automatic Login with current user name and password” -> OK -> OK -> Close and reopen browser.

    This should allow an AD authenticated user to pass straight through to your page.

提交回复
热议问题