Classic ASP page is impersonating NT AUTHORITY\\ANONYMOUS LOGON

风流意气都作罢 提交于 2019-11-30 16:29:43

The Anonymous User Identity is what counts. So you have to make that correct. In this case, the application pool has the identity I want the application to use, but this application wasn't actually using it.

In IIS Manager for IIS7, left click on the application in the tree, and click the "Features View" tab at the bottom of the middle pane.

Under "IIS" (I've selected "Area" in the "Group by:" drop-down up top in that pane), find "Authentication" (or "Authentic...", if the listview doesn't have focus).

Double click it. "Anonymous Authentication" should be enabled (it was).

Right click "Anonymous Authentication" and select "Edit..." from the context menu.

Change "Anonymous user identity:" from "Specific user:" ("IUSR") to "Application pool identity" and click OK.

Restart the web server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!