server.transfer and XML
I'm having a rather interesting problem with server.transfer which I can't quite work out.
I have an asp:XML object in my page which populates the page from data in an XML document.
When I call this page directly from it's sub-folder the page loads populated with all of the data from the XML file, but when I call this page from the root folder of the website which contains a server.transfer script based on which domain name the user has come to the website from, the same page loads without loading the data from the XML file.
Any ideas?
|