It doesn't have to be done by any web control. It could also be done by the installer which is a trusted EXE file ;). Is it possible to do it from a non-web-application?
Main Topics
Browse All TopicsHi folks!
I have an element (OCX) on my website that enables users to resize their own pictures. This element is downloaded using a self-made intallation program in VB. This program installs the graphicmagick library. The OCX needs to be loaded on the website but throws an error if my site is not added to the "thrusted websites" list in internet explorer. Is there any way I can make my installation program add the site to this list?
Phanks Phor any response,
PizzaMetSalami
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It is possible to to this if you're application can edit the registry. A trusted connection is nothing more than a specific registry entry:
HKEY_CURRENT_USER\Software
(I've verified this on Win98 and Win2000 - should be similar on XP but I haven't been able to check that yet).
You'll need to add a sub-key for your domain and a sub-key below that for the type.
e.g.: For www.site.com you'd add "site.com" as a subkey below Domains. Then add "www" as a subkey below site.com. In the lowest subkey (www) you'll need to add a setting with a value of 2. The setting should be named "*" for a non-secure website or "https" for a secure site.
Probably the best way to get it right is to manually add the trusted site to your own IE then use regedit to navigate down to the 'domains' key and look at what has been added. Of course the usual cautions apply about the dangers of changing the registry, making sure you back it up first, etc., etc.
HTH
Business Accounts
Answer for Membership
by: frodomanPosted on 2003-10-14 at 05:08:44ID: 9546251
There isn't a way to add yourself to the trusted listing. It would defeat the purpose of having security controls if anyone could add themselves to a trusted list to bypass the controls.
If this is a requirement you'll have to ask users to make this change on an earlier page in the site.