IIS Returning Old User Names to my application

前端 未结 8 1915
时光说笑
时光说笑 2020-12-23 20:55

Here\'s my scenario. I created an application which uses Integrated Windows Authentication in order to work. In Application_AuthenticateRequest(), I use

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 21:36

    Login to the server that runs the IIS using the new login name in question. This will refresh the credential without re-starting IIS or rebooting the server.

提交回复
热议问题