how to handle in code to remove security dialoag in IE 6 in C#?
-
Hello All, I have facing one issue that when i have download any file through file download dialog box before i got message dialog box like "This page contains both secure and nonsecure items. Do you want to display the nonsecure items." can you please tell me how to fixed that issue through code in c#? That issue only face in IE 6. but in IE 7 it is working fine. Thanks in Advance.
Anish Patel
-
Hello All, I have facing one issue that when i have download any file through file download dialog box before i got message dialog box like "This page contains both secure and nonsecure items. Do you want to display the nonsecure items." can you please tell me how to fixed that issue through code in c#? That issue only face in IE 6. but in IE 7 it is working fine. Thanks in Advance.
Anish Patel
anish27patel wrote:
That issue only face in IE 6. but in IE 7 it is working fine.
It does not depend on IE 6 or 7, but the security configuration of the browser.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.