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