#133026 - 2005-01-26 11:47 PM
microsoft.xmlhttp and new xpsp2 stuff..
|
Bryce
KiX Supporter
   
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
this is just an FYI,
when using the microsoft.xmlhttp object and i think XPsp2, you may get the following @serror
Quote:
COM exception error "send" (msxml3.dll - Access is denied. ) [-2147352567/80020009]
and @error
Quote:
-2147352567
I found this hint...
Quote:
Check your security settings in the browser that is calling the page. The section "Access data sources across domains" controls access from XMLHTTP to other domains (i.e., from somewhere.com to nowhere.com, if you disable access to data sources across domains, you will receive the message "Access is denied").
and sure enough, open IE, go to Internet Options, Security, Internet Zone, Custom level, and set "Allow Access data sources across domains" to "ENABLED" and my errors went away.
I am sure that there is a reg key for this... but i would need to look it up.
Bryce
|
Top
|
|
|
|
#133027 - 2005-01-26 11:53 PM
Re: microsoft.xmlhttp and new xpsp2 stuff..
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
your right (about reg key), we control this through group policy - here is the relavent template snippet for the Internet zone:
Quote:
CATEGORY "Internet Zone"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3"
POLICY "Access data sources across domains"
VALUENAME "1406"
VALUEOFF NUMERIC 3
VALUEON NUMERIC 0
END POLICY
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
0 registered
and 323 anonymous users online.
|
|
|