Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add URL to the trusted zone in Internet Explorer?

How can I add an URL to the trusted site? It seems that there are stored in the registry, but where exactly?
The hints I've googled so far weren't helpfull.

The .net programm will run locally on each client.

Edit clarification: I want to do this programmaticly running C# code.

like image 611
citronas Avatar asked Mar 18 '10 15:03

citronas


People also ask

How do I add a Site to the trusted Sites zone in Internet Explorer?

To do this, follow these steps: In Internet Explorer, click Tools, click Internet Options, and then click the Security tab. In the Select a Web content zone to specify its current security settings box, click Trusted Sites, and then click Sites.

How do I add a URL to Internet Explorer?

Internet Explorer:In the "Select a zone to view or change security settings" box, click Trusted Sites, and then click Sites. Enter the URL of your Trusted Site, then click Add. Add as many sites as you need to.

How do I add website to trusted Sites?

Google Chrome > Adding Trusted SitesClick on Settings, scroll to the bottom and click the Show Advanced Settings link. Click on Change proxy settings (under Network) Click the Security tab > Trusted Sites icon, then click Sites. Enter the URL of your Trusted Site, then click Add. Click Close > OK.


2 Answers

MSDN

Adding Sites Programmatically

C#

like image 98
Orhan Cinar Avatar answered Sep 18 '22 19:09

Orhan Cinar


The following should give you the way to do it in code...

http://blogs.msdn.com/ie/archive/2005/01/26/361228.aspx

like image 34
Leom Burke Avatar answered Sep 17 '22 19:09

Leom Burke