In control header.ascx, I placed a debug statement on LoadImages and the path to the skins resolves correctly, i.e.
Line 191 header.ascx.vb = imgHome.ImageUrl = Session("InstantForum_Skin") & "navigation_home.gif"
and when run, the ImageURL property is
http://localhost/Arnco/skins/classic/navigation_home.gif
AND the file is indeed there - I can independently point a browser at that URL and see the graphic.
However, when I run the project the result is that all graphics are missing in the browser layout. I would imagine someone has run into this before. I can send the resultant html to anyone who is willing to look at this and help me with what I am sure is a stupid on my part. Many thanks in advance.
I've sent to you an e-mail asking the url of your application to investigate why it's happening. Also could you attach here your web.config file?