Posted on: 3/10/2015 2:17:51 AM | Views : 564

I have a web application where I have a Site.Master within a folder on the root.  I need to connect an image to a rad notification control that is right under the footer of the master page in the folder on the root.
I can't figure out the path to set so the image can be found. I keep seeing a 404 error when doing the network traffic in F12 - network after I start capturing etc.
Here is where the image is located:
Root -> Website1 -> WebSite1Images -> icon.jpg
Here is the root the page is giving me when I do "scr= etc..."
<img src="WebSite1Images/icon.jpg" alt="info icon" /></div> Here is the error path that is being generated when I looked in networking of F12:
URL Method Result Type Received Taken Initiator Wait?? Start?? Request?? Response?? Cache read?? Gap?? /Website1/Admin/Website1Images/icon ...

Go to the complete details ...