Posted on: 8/23/2014 7:10:51 AM | Views : 543

I am creating asp.net application using .Net 2.0 C# on Windows 7 Profession PC, have hosted it on localhost using IIS 7.5
Am using a network path to save and delete files hence created a virtual directory and mapped it to the network path (UNC Path)


While saving an image file to this path its giving me "Could not find a part of the path.." error
While verifying the path using Directory.Exists("~/NetworkImages/FolderName") it returns false
BUT While testing the application I am able to access the images from that network path and display them on the page of the same application


What could be possibly wrong, Please advice

Go to the complete details ...