Trusted Sites

Trusted Sites

am 10.10.2007 04:00:01 von Stone

I have a web site that needs to be added to the Trusted Sites. Has anyone
done this through a script of Active X?

Thanks,

stone

Re: Trusted Sites

am 10.10.2007 04:07:03 von Ken Schaefer

Hi,

This can be done via GPO (if you have a domain) or by editing the computers
local policy.

Alternatively, this information is stored in the registry (under the
appropriate user's registry hive), so you can definately do this via script
(and use the WScript's RegAdd method). If you are adding the site for a
different user, you'd need to know their SID

Cheers
Ken

"Stone" wrote in message
news:3CEFF70C-BA97-4ADF-8D57-AE8B9E147466@microsoft.com...
>I have a web site that needs to be added to the Trusted Sites. Has anyone
> done this through a script of Active X?
>
> Thanks,
>
> stone

Re: Trusted Sites

am 10.10.2007 04:15:03 von Stone

I guess I should clarify this a little. This will be a pubic web site so
anyone in the world can hit it. This needs to be served up from the IIS
server in either an activex or script to add it to the Trusted Sites. Thanks
for the quick response.

"Ken Schaefer" wrote:

> Hi,
>
> This can be done via GPO (if you have a domain) or by editing the computers
> local policy.
>
> Alternatively, this information is stored in the registry (under the
> appropriate user's registry hive), so you can definately do this via script
> (and use the WScript's RegAdd method). If you are adding the site for a
> different user, you'd need to know their SID
>
> Cheers
> Ken
>
> "Stone" wrote in message
> news:3CEFF70C-BA97-4ADF-8D57-AE8B9E147466@microsoft.com...
> >I have a web site that needs to be added to the Trusted Sites. Has anyone
> > done this through a script of Active X?
> >
> > Thanks,
> >
> > stone
>
>

Re: Trusted Sites

am 10.10.2007 04:50:35 von Ken Schaefer

You can not add your site to someone else's trusted sites zone without their
permission.

Again, you can do this in a script, but the user will need to agree to run
the script.

Cheers
Ken

"Stone" wrote in message
news:FE37025B-B113-479E-98BE-222650B07DC1@microsoft.com...
>I guess I should clarify this a little. This will be a pubic web site so
> anyone in the world can hit it. This needs to be served up from the IIS
> server in either an activex or script to add it to the Trusted Sites.
> Thanks
> for the quick response.
>
> "Ken Schaefer" wrote:
>
>> Hi,
>>
>> This can be done via GPO (if you have a domain) or by editing the
>> computers
>> local policy.
>>
>> Alternatively, this information is stored in the registry (under the
>> appropriate user's registry hive), so you can definately do this via
>> script
>> (and use the WScript's RegAdd method). If you are adding the site for a
>> different user, you'd need to know their SID
>>
>> Cheers
>> Ken
>>
>> "Stone" wrote in message
>> news:3CEFF70C-BA97-4ADF-8D57-AE8B9E147466@microsoft.com...
>> >I have a web site that needs to be added to the Trusted Sites. Has
>> >anyone
>> > done this through a script of Active X?
>> >
>> > Thanks,
>> >
>> > stone
>>
>>

Re: Trusted Sites

am 10.10.2007 17:50:37 von Kristofer Gafvert

Hello,

It would be a huge security issue if this was possible without interaction
from the user. Imagine someone going to veryBadWebsite.com and this
website change the settings so that the website is added to Trusted sites.
Then this website would be able to execute code you do not normally want.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Stone wrote:

>I guess I should clarify this a little. This will be a pubic web site so
>anyone in the world can hit it. This needs to be served up from the IIS
>server in either an activex or script to add it to the Trusted Sites.
>Thanks
>for the quick response.
>
>"Ken Schaefer" wrote:
>
>>Hi,
>>
>>This can be done via GPO (if you have a domain) or by editing the
>>computers
>>local policy.
>>
>>Alternatively, this information is stored in the registry (under the
>>appropriate user's registry hive), so you can definately do this via
>>script
>>(and use the WScript's RegAdd method). If you are adding the site for a
>>different user, you'd need to know their SID
>>
>>Cheers
>>Ken
>>
>>"Stone" wrote in message
>>news:3CEFF70C-BA97-4ADF-8D57-AE8B9E147466@microsoft.com...
>>>I have a web site that needs to be added to the Trusted Sites. Has
>>>anyone
>>>done this through a script of Active X?
>>>
>>>Thanks,
>>>
>>>stone
>>
>>