<font face="arial" size="2"><br />&nbsp;&nbsp;&nbsp;That doesn't quite make sense.&nbsp; If MS blocked web developers from accessing files on the local web server, then you could never develop on the web server box; you would *always* need two machines for development.<br /><br />&nbsp;&nbsp;&nbsp;The security concern is with the local filesystem as you mentioned, but this has nothing to do with files called through a web server.<br /><br />&nbsp;&nbsp;&nbsp;It does sound like there might be a security issue, but that would be more of a "zone" configuration problem.<br /><br />Cheers,<br /><br />Peter<br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b><br />From</b>: "Mike Dougherty" <a href="mailto:mdougherty@pbp.com">mdougherty@pbp.com</a><br /></font><br />I believe that's MS's answer to the security vulnerability where the evil javascript developer <br />tries to read the local filesystem to do nasty things. So you may be fighting an IE security <br />update.<br /><br />Good luck...<br /><br />On Fri, 11 Feb 2005 18:24:40 +0100<br />Iztok Polanic <IZTOK.POLANIC@AMIS.NET>wrote:<br />&gt;Hi!<br />&gt;<br />&gt;I'm playing a bit with XMLhttpRequest. I found out, that if the file in on local web server <br />&gt;(localhost) then IE throws an error (-107....) Does anybody have a clue how to solve this? <br />&gt;Mozilla works fine :)<br />&gt;<br />&gt;-- <br />&gt;Bye,<br />&gt;<br />&gt;Iztok