How to automatically authenticate windows integrate without login popup?

前端 未结 4 1326
迷失自我
迷失自我 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:38

    You need to uncheck Enable anonymous access in IIS and you can also remove the identity and authorization nodes in your web.config. Keep in mind that not all browsers support this and most will still prompt you for authentication.

提交回复
热议问题