W
Wanda
Hi,
I tried to open a file in aspnet:
FileOpen(intFile, "\\MachineName\path\subfolder\filename",
OpenMode.Output)
However, I received the following error message:
System.UnauthorizedAccessException: Access to the path
"\\MachineName\path\subfolder\filename" is denied.
but it works ok if I provide a mapped path: namely
"c:\path\subfolder\filename"
What kind of setting I have to make in order to allow me to use
"\\MachineName" without mapping?
Thanks in advance. Any help would be greatly appreciated.
Wanda
I tried to open a file in aspnet:
FileOpen(intFile, "\\MachineName\path\subfolder\filename",
OpenMode.Output)
However, I received the following error message:
System.UnauthorizedAccessException: Access to the path
"\\MachineName\path\subfolder\filename" is denied.
but it works ok if I provide a mapped path: namely
"c:\path\subfolder\filename"
What kind of setting I have to make in order to allow me to use
"\\MachineName" without mapping?
Thanks in advance. Any help would be greatly appreciated.
Wanda