Reading a file from another server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I would like to read the contents of a file from another server through
asp.net .The file is a text file and i have the url to the file. Since the
file is not on my local machine i can't use the virtual path.

I know this is possible in PHP..but i have not figured out the right class
in ASP.Net
 
look at the webclient class, not as simple as perl and php, but not hard.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top