I want to develop an ASP.NET application which will retreive the HOSTUUID from the client machine registry.Is it possible to read the HOSTUUID from the client machine.If so
1) is there any rights we need to have ?
2) How to do it ?
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ASP.NET code runs on the web server and has absolutely no way to access your client’s machine – neither its drives nor its registry or anything else on your local client machine.
So no – you can’t do that.
Marc