开发者

how to get a list of users currenltly logged in(Authenticated) to IIS6

开发者 https://www.devze.com 2022-12-21 03:08 出处:网络
Need to get a list of currently loggedn in(authenticated)users from IIS6, and to display t开发者_运维百科hem in updatepanel (ajax).IIS6 does not have any authentication system/module in itself. You ne

Need to get a list of currently loggedn in(authenticated) users from IIS6, and to display t开发者_运维百科hem in updatepanel (ajax).


IIS6 does not have any authentication system/module in itself. You need to have a membership provider. In such a case, you might query the provider for the currently logged in users.

Alternatively, if you are using session for keeping the authenticated user, you might ad an Application variable and update it with currently logged in used upon every successful authentication or sign out/session obsolescence.

Let us know, how you are doung the authentication.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号