添加到可信站点
我们做了什么:
我们创建了一个 activex,它通过 Web 浏览器安装到客户端计算机中
现在面临什么问题?
站点添加到受信任站点列表中
我们正在尝试将我们在 Activex 中编写的代码的 。因此,在安装时,会将站点添加到受信任站点列表中
,但不会立即受到影响
What we did:
We have created an activex which installs through the web browser into client machine
What are the Problems facing now?
We are trying to add the site in trusted site list
Which we wrote the code in Activex. So while installing it adds the site to Trusted sites list
But it is not affected immediately
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些代码会很好或更详细。以下是资源列表:
http:// /msdn.microsoft.com/en-us/library/ms537181(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ms649488(v=vs.85).aspx
以编程方式将可信站点添加到 Internet Explorer
http://www.codeguru.com/forum/showthread.php?t=368335
希望这会有所帮助。
Some code would be nice or more details. Here is a list of resources though:
http://msdn.microsoft.com/en-us/library/ms537181(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ms649488(v=vs.85).aspx
Programmatically add trusted sites to Internet Explorer
http://www.codeguru.com/forum/showthread.php?t=368335
Hope this helps.