Quote:
Originally Posted by ahmad_iam
I am working in ASP.NET. I am facing problem to set the image path. When I place the images folder into the project folder, there's no problem while setting the image path. But when the images folder is not in the project folder, trying to set the image path, does not set? Please tell me what is the problem ?
|
Instead of using system path like this:
Why don't you use URL like this:
Or am I not understanding the problem correctly?