M
milkyway
Hi ;-)
I have created a .aspx file that has the following:
DataSet ds = new DataSet();
ds.ReadXml(Server.MapPath("TestInput.xml"));
As far as I can tell, the first line does not work - at all. I just get
"error" in the status field of the browser. How can I check to see what
the problem is for it not executing? I don't know how to check the
return code or use the debugger with this.
Is there something wrong with what I have written altogether?
TIA
I have created a .aspx file that has the following:
DataSet ds = new DataSet();
ds.ReadXml(Server.MapPath("TestInput.xml"));
As far as I can tell, the first line does not work - at all. I just get
"error" in the status field of the browser. How can I check to see what
the problem is for it not executing? I don't know how to check the
return code or use the debugger with this.
Is there something wrong with what I have written altogether?
TIA