King Bugsy
New member
- Joined
- May 10, 2007
- Messages
- 1
- Programming Experience
- 5-10
Hello All,
I am trying to figure out how I can read if the users has Administrative privledges on their local machine via ASP.NET 2.0. Specifically, I want to be able to say: "When the user/browser hits my aspx page and the user is logged in with admin rights on their local machine, do not display page x."
I have been looking at "Registry members" like "HKEY_CURRENT_USER", and have been able to read the Subkeys associated with that KEY. But I have not been able to figure out how to see if the users is logged in with Admin rights.
Any help or ideas GREATLY appreciated!
KB
I am trying to figure out how I can read if the users has Administrative privledges on their local machine via ASP.NET 2.0. Specifically, I want to be able to say: "When the user/browser hits my aspx page and the user is logged in with admin rights on their local machine, do not display page x."
I have been looking at "Registry members" like "HKEY_CURRENT_USER", and have been able to read the Subkeys associated with that KEY. But I have not been able to figure out how to see if the users is logged in with Admin rights.
Any help or ideas GREATLY appreciated!
KB