I have 1 service app(asp.net) that will upload txt file. I would like to upload the file to network share drive. example of network mapped drive: Z:\HR\hr\t\clock. If i run the web page throught visual web developer, it can successfully save the file. but if i run the web page directly via IE, it cannot save. I already set the network folder for everyone is full control right. it throw an exception System.IO.DirectoryNotFoundException: Could not find a part of the path 'Z:\HR\t\clock102528122011113418.txt'.
Thanks