trying to save a file to a virtual path
get erro can not find path, any one know what i need to do?Code:StreamWriter sw = new StreamWriter(@"\vm-extranet\c$\Inetpub\wwwroot\eclaim\Eclaim.csv");
Printable View
trying to save a file to a virtual path
get erro can not find path, any one know what i need to do?Code:StreamWriter sw = new StreamWriter(@"\vm-extranet\c$\Inetpub\wwwroot\eclaim\Eclaim.csv");
Virtual paths are something that Web servers use. StreamWriters are I/O objects and they deal with the real file system.