Questions tagged [security-zone]

10 questions
10
votes
8 answers

How to disable "ActiveX Control May Be Unsafe" popup

In an HTML file on My Computer, I'm trying to use the Scripting.FileSystemObject in a script. How can I disable the popup saying "Any ActiveX control on this page may be unsafe for scripting"? The "Internet Options" Security pane allows one to set…
None
6
votes
3 answers

Get current/active security zone of a .NET application?

I have an application that behaves oddly, and just to verify, I'd like to see which security zone it is currently running under. I've found the System.Security.SecurityZone enum, but can't seem to find anything that will return which of these I'm…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
4
votes
4 answers

How IE7 determines a site's Security Zone

Does anyone know how IE7 determines what Security Zone to use for a site? I see the basics for IE6 here, but I can't find the equivalent for IE7.
Andrew Hampton
  • 1,632
  • 3
  • 20
  • 29
2
votes
1 answer

window.opener becomes null in Internet Explorer after security zone change

My application runs in Local Intranet zone which launches a popup. This popup opens another page in my application (Local Intranet zone) which redirects to an authentication page (Internet zone) which after successful authentication sends back to my…
Sanrag Sood
  • 515
  • 1
  • 6
  • 14
1
vote
1 answer

MFC CHtmlView - suppress mixed content warnings?

This is MFC and CHtmlView but it probably applies to all IE web control use. When the web control is navigating to a page on some sites we are getting the HTTP / HTTPS mixed content warning popup. Is there any flag, command, or EXE specific registry…
Dave S
  • 1,427
  • 1
  • 16
  • 18
1
vote
0 answers

ClickOnce Security Zones Installation Bug

I've run into a haunting bug. I've built a C# application (Visual C# 2008 Express) and have published it in the past as a ClickOnce application deployed as a zip file. I had no problem installing it on our customers' computers several months ago,…
1
vote
2 answers

IE gets wrong Security Zone when accessing SSRS Reports

I have some machines that when accessing SSRS Reports show Internet or Unknown Zone(Mixed) instead of Local Intranet. Some user never report this problem, for others it appears consistent. These machines should be all setup the same. We access the…
0
votes
1 answer

Determine security zone of iexplore.exe process

Internet Explorer launches Intranet and Trusted sites each in a separate iexplore.exe process running at Medium Integrity level. Is there a way to determine the specific security zone of an iexplore.exe process? I am working on a Task Manager tool…
Erik
  • 101
  • 7
0
votes
3 answers

IE Securty Zone Issues

I'm developing a website which will be used in the corporate intranet which uses JCIFS and NTLM to automatically authenticate the users without asking them to log on. Everything seems to be working in IE 6, but some users are being prompted for…
Andrew Hampton
  • 1,632
  • 3
  • 20
  • 29
0
votes
1 answer

JSON undefined when Site added to Local Intranet

So we have a website that makes use of the JSON object as shown here. $.each(JSON.parse($hdnSearchCriteria.val()), function (k, v) { parseCriteria(); }); Our network guys here added our domain to our Local Intranet, and since…
Jeff Reddy
  • 5,551
  • 9
  • 55
  • 88