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

How to calculate SNR of signals in MATLAB? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -