howdy folks.
just set up iis on my xp pro workstation (let's call
it 'ws1') that hosts a local test site. i also just
configured xml support in iis on ws1. the default.htm
page displays properly on the iis machine and on another
machine (say 'ws2') on the same subnet. however, the
following URL query results will display correctly on s,
under any user accout, but will not display on ws1, even
when logged in as a domain admin account:
http://<iisserver>/<virtualdirectory>/?sql=select first
name from northwind for xml auto&root=myxml
sql server runs on a server (not ws1 or ws2) on the same
subnet.
i've read that 'IE uses an XML parser known as MSXML to
display XML documents.' (ms sql server 2000 unleashed, pg
1320) - does MSXML need to be installed or configured on
every instance of IE that wants to display XML; was
something added to IE on ws1 when i configured XML
support in IIS?
i would love any help on this one... thanks!