I have developed a web form using asp.net to retrieve machine information (RAM,HDD space, Processor…etc) But when I host the web form, it only retrieves the values of Server machine. How can I get those information by logging in to that form from any machine?
I have developed a web form using asp.net to retrieve machine information (RAM,HDD space,
Share
Simply put you can’t do that. Only possibility is to use ActiveX, that will require a user to run IE (and no other browser) and allow your website to access that information.
Most users will not allow you to get that information (for security reasons) so you can’t count on it.