IE6 SP1 xml download issue

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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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