I have several ASP.NET pages that run on an intranet with an IIS server.
Several of them use XML.DOM to open an XML file. doc.Load(sPath).
When the is command to open the file is up doc.Load(sPath) IE6 post a
warning message "This page is accessing information that is not under its
control. . . "
This is very anoying and disruptive to the users. How do I avoide this. Do
I need to send a certificate or some such?
Help...I need direction.
Thank you in advance.