My domain name is jtbmax.com. My site has need to write files to it's own directory structure. So say if I have /TestApp enabled as a web app, and I want to: dim wrtr as StreamWriter = new Streamwriter(fullyqualifiedpathofTestApp + "\DynamicTextFiles\testfile.txt") wrtr.WriteLine("Test Line") What should fullyqualifiedpathofTestApp be, and should I be using forward or backword slashes?
I got the info. The absolute path of your site root is on your Account Info page. But it is better to use mappath - see this article: http://www.4guysfromrolla.com/webtech/121799-1.shtml