Using ASP I need to read a file that is stored on the network using something like.
k:\filename.txt
Can this be done?
Printable View
Using ASP I need to read a file that is stored on the network using something like.
k:\filename.txt
Can this be done?
Try doing it this way. The other way you have to worry about UNC drives and such.
\\computer_name\shared_resource_name\filename