S
saywhat
For some reason, when I reference an external document using the
DocumentSource property using the web control, I get an error stating
"http://www.somesite.com/some.xml is not a valid virtual path".
<asp:XmlID="Xml1"runat="server"DocumentSource="http://www.somesite.com/some.xml"></asp:Xml>
It is a valid address, in IE the xml page loads right up, so I know it's a
VS problem and not the server.
Am I using incorrec syntax to specify the URL? No info that I can find on
the web, though many postings from other folks who have same problem.
DocumentSource property using the web control, I get an error stating
"http://www.somesite.com/some.xml is not a valid virtual path".
<asp:XmlID="Xml1"runat="server"DocumentSource="http://www.somesite.com/some.xml"></asp:Xml>
It is a valid address, in IE the xml page loads right up, so I know it's a
VS problem and not the server.
Am I using incorrec syntax to specify the URL? No info that I can find on
the web, though many postings from other folks who have same problem.