Writing a file by a webservice
Posted
by mouthpiec
on Stack Overflow
See other posts from Stack Overflow
or by mouthpiec
Published on 2010-06-12T19:57:34Z
Indexed on
2010/06/12
20:02 UTC
Read the original article
Hit count: 153
Hi,
I have a wevservice, and I would like to write logs into a textfile.
My problem is that i do not know what path to give when creating the streamwriter:
TextWriter tw = new StreamWriter("????");
Can you please help what path I should enter?
© Stack Overflow or respective owner