I need to create an asp.net web page which shows the client system (PC) information when they access the page. I think i need to use some sort of plug in to get access to client system. But i dont know where to start the things here and how to integrate the plugin with my aspx page?
So to summarize, from my computer if I go to this website and it tells me the memory on my computer, disk space, OS, etc.
Any help will be much appreciated..
EDIT: Yes, i know its not going to happened with simple page. But what about the plugins? Cant i use any plugin which needs to get installed on browser and give me the info i want?
Thank you.
There is no way to obtain that information without prompting the user, and even then the information would be extremely limited. Allowing a web application to retrieve data from the client would be a serious breach of privacy. With all of the scrutiny surrounding privacy these days, that would be a very slippery slope.