Hey everyone..What I am trying to do is write some information to a text file that I have stored on my server, not locally. I've been looking around and can't find much that talks about writing to a remote text file inside vb express. I've given the text file full write access so it shouldn't have any problem writing to it..But streamwriters File.AppendText will only work with local files. Also, I'm not looking to write over the file everytime..Similar to appendtext, I am looking to write a line and then have it add onto that everytime. Thanks!