screamingsa
11-01-2003, 08:08 AM
I need some assistance from all of you web gurus... I'm trying to write a file to disk and keep getting the error:
Exception Details: System.UnauthorizedAccessException: Access to the path "c:\windows\system32\inetsrv\myfile.csv" is denied.
I don't want to write to c: -- I want to write to a folder (e.g. downloads on my site) I'm using filename = "~/" & myfilename right now and I guess this isn't the correct syntax... Is anyone out there that could provide some help?
Thanks!
Lance
Exception Details: System.UnauthorizedAccessException: Access to the path "c:\windows\system32\inetsrv\myfile.csv" is denied.
I don't want to write to c: -- I want to write to a folder (e.g. downloads on my site) I'm using filename = "~/" & myfilename right now and I guess this isn't the correct syntax... Is anyone out there that could provide some help?
Thanks!
Lance