T
tshad
I thought I had my program working but now that did not seem to be the case.
I am trying to write from the server to a shared drive which we have set as
an H: drive.
When I run my web page from my local machine (VS) it writes correctly to the
H: drive.
But when I run it off the Server (which also has access to the H: drive it
says it can't find it.
For example, this is the path I am trying to use to write out my csv file:
H:\SHARE\Reports
But when I try to open it I get:
Could not find a part of the path
'H:\SHARE\Reports\043_051909_083109_Discrepancies.csv'.
Is there something I have to do in IIS to allow it to write to the folder?
Thanks,
Tom
I am trying to write from the server to a shared drive which we have set as
an H: drive.
When I run my web page from my local machine (VS) it writes correctly to the
H: drive.
But when I run it off the Server (which also has access to the H: drive it
says it can't find it.
For example, this is the path I am trying to use to write out my csv file:
H:\SHARE\Reports
But when I try to open it I get:
Could not find a part of the path
'H:\SHARE\Reports\043_051909_083109_Discrepancies.csv'.
Is there something I have to do in IIS to allow it to write to the folder?
Thanks,
Tom