working on a website here, in ASP and C#.
my problem is, when I try to read a file, it finds the wrong directory. here are the code im using:
addtext.Text = new WebClient().DownloadString("readme.htm");
error look like this:
Could not find file 'C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\10.0\readme.htm'.
how do I guide the path to the same as my default.aspx ??