I have small issue where I am not able to find solution. My web application in say E folder and I want to locate image to C Folder say C:\Documents and Settings\Administrator\My Documents\My Pictures, How can I do that?
I can’t copy those images to my soruce folder, because there are tons of images, and I don’t want to double a space.
I tried to find solution, and I got something like this :
<img src="file:///C|/Documents and Settings/Administrator/My Documents/My Pictures/Thomo.jpg" width="600" height="400" alt="" />
This is running fine from Adobe Dreamweaver but its not running in Visual Studio.
Thanks,
Hakoo Desai.
You can add a vitual path in your web application and point it to your C folder.