Click here to Skip to main content
15,891,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am having trouble figuring out how to use ASP.NET to get Hardware ID and store it in a SQL database.

Any Information detailed and exact enough to satisfy this question would be nice.
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jan-15 20:34pm    
Hardware ID of what, of the server? Or a client? Why?
—SA
Ray Raymos 19-Jan-15 20:02pm    
Well I am glad you asked. I would like to get the HWID of a persons Computer.
Then I would like to have it stored inside of a Database such as Microsoft Compact Database 3.5 or 4.0 which ever is easier to use. Now I would like to collect the HWID by using ASP.net This will all be done in Visual Studio. If you have any information on this let me know.
Thanks

 
Share this answer
 
Comments
Ray Raymos 19-Jan-15 20:04pm    
I know someone would post that link ,but that link helps me very little as I know how to do what is described there. However it is very limited what that link shows. Could you possibly throw some code my way some sort of generic sample?
Thanks.
Web applications don't have access to client computers, so you cannot get anything like that. This is done for security reasons. Could you trust the Web is some unknown Web applications could get into your client system?

—SA
 
Share this answer
 
Comments
Ray Raymos 19-Jan-15 20:11pm    
Well I know what you are saying ,but yes there are websites that can get into the systems information. Although I have made a program that gets the HWID from a persons Computer. I am confused at that point how to setup my program to connect to a websites Database..... I was pointing towards ASP.net due to my liking of the .Net Framework. :)
I would like something involving a datetime stamp from the start up of my program to be saved than thrown to a website then check until trial or license period is over. Then the program will stop. Also the application will not run without internet connection.
Sergey Alexandrovich Kryukov 19-Jan-15 21:39pm    
Well, some use DirectX, which is unsafe and I don't want to discuss it. Maybe it can be acceptable for a tool to support hardware on manufacturer's site (just one example), but I would highly prefer it would be something different. It has nothing to do with ASP.NET and any other server-side technology.

To work with databases, use ADO.NET...

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900