Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How To Get Hardware Information (CPU ID, MainBoard Info, Hard Disk Serial, System Information , ...) IN ASP.NET :((
Posted

1 solution

Accessing the client resources raises security issues., but you can do it with embed Active X in your web pages., but client will get a warning while accessing this components.

Limitations:
[1] Your users will get a security warning prompting them to download the ActiveX component, even when you have had it digitally signed.

[2] If you decide to scrap your VB Comonent and go with a .NET ActiveX object, you're going to need to make sure the user has the .NET framework on his/her machine.

[3] Netscape/Mozilla is less than friendly with ActiveX components.

Thanks & Regards
Rajesh B
 
Share this answer
 
Comments
Dalek Dave 26-Oct-10 5:04am    
Good Answer.
Anurag Gandhi 26-Oct-10 9:02am    
Good Answer. You got my 5.

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