I have a binary reader to read a file \[code\]BinaryWriter bw2 = new BinaryWriter(File.Open(@"c:\test\test6.xml", FileMode.OpenOrCreate));\[/code\]the path i have set to is c:\test\test.xml However it needs to read the file from www folder hosted siteso www\test\test.xmlshould it be ~\test\test.xml?Not sure. Thanks for your help