ArizonaRedneck
Member
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
the vb and the asp are running on the same serverCould not find a part of the path "Y:\WebTExports\FollowUpAlerts\Mailings.txt".
VB.NET:
[size=2]objWriter = [/size][size=2][color=#0000ff]New[/color][/size][size=2] IO.StreamWriter([/size][size=2][color=#0000ff]New[/color][/size][size=2] System.IO.FileStream("Y:\WebTExports\FollowUpAlerts\Mailings.txt", IO.FileMode.OpenOrCreate), System.Text.Encoding.ASCII)
[/size]
any help would be appriciated