locked
How to secure the login and email alert on each login? RRS feed

  • Question

  • User1621750169 posted

    We have windows server which is on remote location. I need to secure the login and need email alert if any user logged in with admin permissions and not for other users.

    Thursday, April 1, 2021 8:01 AM

All replies

  • User-939850651 posted

    Hi hostguy,

    We have windows server which is on remote location. I need to secure the login and need email alert if any user logged in with admin permissions and not for other users.

    If you need to perform some additional operations on users with specific identities, I think you could try to use ASP.NET  Roles.IsUserInRole to achieve similar functions, it will check if the currently logged-on user is in the specified role and return result.

    I'm not sure how you designed the user role identity, so I don't know if it will work for you. If possible, could you describe your problem more clearly? 

    Best regards,

    Xudong Peng

    Friday, April 2, 2021 7:34 AM