Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
704 views

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 ...
4
votes
5answers
631 views

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.
3
votes
6answers
12k views

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 ...
1
vote
1answer
343 views

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 ...
1
vote
2answers
457 views

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 ...
0
votes
3answers
268 views

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 ...