Hi all, i have a noob question:
I'm trying to create a web page using VS2005, but when i (dynamically) set an image like that:
<img src="c:\test.jpg">
it doesn't show the image.
When i copy the image to the site directory and just set the path to be the image name - the image shows.
Now, this is kinda silly, i don't want to keep all the images under the site directory (i'm using source control and that will be very annoying since it lists all the files).
Is there a way to allow another directory on the computer/server

Thanks!
Tal