I\'m running the following code;
using (WebClient wc = new WebClient()) { string page = wc.DownloadString(URL); ... }
To access the URL
use URL encoding...it will turn the "." into %2E