IE6 SP1 xml download issue

This is a discussion about IE6 SP1 xml download issue in the Windows Hardware category; HI, I am trying to download an xml from an application, but it gives me access denied error. But, this error occurs ONLY if I use IE 6. 0 with Service Pack 1 and other patches. It works when I try with IE 6.

Windows Hardware 9627 This topic was started by ,


data/avatar/default/avatar07.webp

1 Posts
Location -
Joined 2004-09-30
HI,
I am trying to download an xml from an application, but it gives me "access denied" error. But, this error occurs ONLY if I use IE 6.0 with Service Pack 1 and other patches. It works when I try with IE 6.0 and SP1 ONLY(ie, without the other patches).
 
Can someone help.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Sep 30
Created
Oct 1
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Beyond an administrative restriction placed on that file extension, and or a corrupt association within the HK_classes_root. My understanding of MSXML is the following:
 
It is based on security zones and settings. The Access data sources across domains setting allows the user three options: Disable, Enable, or Prompt. The following are the four security zones and their defaults for the Access data sources across domains setting: Internet = Disable, Local intranet = Prompt, Trusted = Enable, Restricted = Disable
 
Also, access is denied if either of the following cross-protocol access is attempted. (https to http access or http to https acces)
 
HTH