Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Client Registry
Message
From
31/05/2001 07:16:14
 
 
To
31/05/2001 01:48:25
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00513017
Message ID:
00513060
Views:
17
>How an asp application can read the client registry. Because if we make a active x control to access all such informations then that control can only send information about the server registry, not the the client registry. So I can do one think that download the activex control to client m/c at the time of browsing and register that application. Now can you tell me how can I run that active x control and get back the information to the server.



You make an ActiveX control (OCX) that you package in a cab file with the Package and Deployment Wizard. You then insert the control in the page with the Object tag. You then write JavaScript or VBScript that will run client side to manipulate your control and place whatever information you want to send in an hidden HTML form field. Also, keep in mind that this will only work in IE.

Now reading information form the Registry in a Web page and sending it is something that should not be done unless the users are fully aware of it.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Reply
Map
View

Click here to load this message in the networking platform