ralphtrent
Programmer
Hello
I need to create a directory on a server location that ASPNET does not have access to. I am using
to create the directory but I am getting permission errors. I know I can set certain user credentials when I use the WebClient class (which I am also using in the same function). Is there a way to use these credentials to create the directory?
Thanks,
RalphTrent
I need to create a directory on a server location that ASPNET does not have access to. I am using
Code:
System.IO.Directory.CreateDirectory
Thanks,
RalphTrent