how to read file with c# from web space?
how to read file from “www.mysite.com/ver.txt” so if the text in file is “1”
return valu “OK” but if the text in file is “0” return valu “No”.
thank you.
how to read file with c# from web space? how to read file from
Share
You can use the
HttpWebRequestclass. Something like this should work:http://www.csharp-station.com/HowTo/HttpWebFetch.aspx