asp.net - Creation of Text file using web service in same directory using C#.net -


i want create text file using c#.net in same directory in file reside. solution? when trying create got error "access path 'c:\windows\syswow64\inetsrv\test.txt' denied". please help.

thanks

you not trying create file in same directory web service directory, because when create example new streamwriter("test.txt"), creates file in current working directory of process (asp.net / iis).


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -