I need to check if a text file exists on a site in another domain. URL could be:
http:
I need to do this from code. I am trying to use an HttpWebRequest object but don't know how to do this.
EDIT: I am looking for an easy way to do this, as I will execute this logic every few seconds
source share