Forgive me if this seems trivial but I cannot seem to find an answer. For
testing purposes, one of my methods in my Web Service writes to a file (at
least tries). I am using the following line of code to create the text file:
Dim sw As StreamWriter = New StreamWriter("c:\Accesstimes.txt")
But the error i get back when trying to execute this line of code is the
following:
Access to the path "c:\Accesstimes.txt" is denied
I am at a loss as to why the web service can't create and write to a file on
the local drive. Can anyone point me in the right direction?
Many thanks...
--
Thanks,
Scott