Pass XML File to web page

  • Thread starter Thread starter bdtmike
  • Start date Start date
B

bdtmike

Ok, I'm a relative web newbie here so bear with me...

I need to pass an XML file to an ASP.Net web page on a remote server.
The .net page will read this XML file and act upon its contents. How
do I go about passing such a file?

thanks in advance...

-Mike
 
Ok, I'm a relative web newbie here so bear with me...

I need to pass an XML file to an ASP.Net web page on a remote server.
The .net page will read this XML file and act upon its contents. How
do I go about passing such a file?

That sounds like a web service : )
 
Well, here's what I want: I have an ASP.Net web page that will produce
a google map with points plotted on the map. Points and other
parameters are passed to this page via XML. The page should act on
this file and render the page accordingly. The client would be an IE
browser. The end result is a web page.
 
Back
Top