J 
		
								
				
				
			
		Jane
Hello,
I am developing a windows service application that checks
if a particular web page is on the web server. I found
there is a method called File.exists(path) to check it,
but how can I get absolute path of a web page in a windows
application rather than a web application? In a web
application, we can use Server.MapPath(mypath) to get
absolute path.
Thanks in advance.
Jane
				
			I am developing a windows service application that checks
if a particular web page is on the web server. I found
there is a method called File.exists(path) to check it,
but how can I get absolute path of a web page in a windows
application rather than a web application? In a web
application, we can use Server.MapPath(mypath) to get
absolute path.
Thanks in advance.
Jane
 
	 However, check out the HttpWebRequest class.  I've seen this
   However, check out the HttpWebRequest class.  I've seen this