ArizonaRedneck
Programmer
hey ya'll, having a little trouble here. I want to save a text file to a mapped network drive (Y) in asp.net. This works fine and dandy in regular vb.net but when I try the same path in asp.net it says
any help would be appriciated
-
"Do your duty in all things. You cannot do more, you should never wish to do less." Robert E. Lee
the vb and the asp are running on the same serverCould not find a part of the path "Y:\WebTExports\FollowUpAlerts\Mailings.txt".
Code:
objWriter = New IO.StreamWriter(New System.IO.FileStream("Y:\WebTExports\FollowUpAlerts\Mailings.txt", IO.FileMode.OpenOrCreate), System.Text.Encoding.ASCII)
any help would be appriciated
-
"Do your duty in all things. You cannot do more, you should never wish to do less." Robert E. Lee