Code Comments
Programming Forum and web based access to our favorite programming groups.I have ASP (classic) code that writes out a table and sets the <img....> tag with a virtual directory source, e.g. src='/test/imghold/xyz.png', and the images do not appear on the IE page. The code is from a production site that works fine. We just duplicated the web site to one named test and now the images do not display. The IMG item is in a TD element of a table. Also, I looked at the "view source" of the page and it shows the <IMG src='/test/imghold/xyz.png'...> just fine. I even tried it with different images and none of them show up. Can anyone help? Thanks. David
Post Follow-up to this messageCheck to make sure both servers have the virtual directories configured the same Jeff "David C" <dlchase@lifetimeinc.com> wrote in message news:utz#bPbvEHA.3872@TK2MSFTNGP11.phx.gbl... > I have ASP (classic) code that writes out a table and sets the <img....> tag > with a virtual directory source, e.g. src='/test/imghold/xyz.png', and the > images do not appear on the IE page. The code is from a production site > that works fine. We just duplicated the web site to one named test and now > the images do not display. The IMG item is in a TD element of a table. > Also, I looked at the "view source" of the page and it shows the <IMG > src='/test/imghold/xyz.png'...> just fine. I even tried it with different > images and none of them show up. Can anyone help? Thanks. > > David > >
Post Follow-up to this messageThey are actually on the same physical server, if that helps. Also, I
did a Server.MapPath("/test/imghold/") on both (other was
/imaging/imghold/) and they both returned the same physical directory.
Both web sites have the same virtual directory named /imghold and both
point to the same physical directory. Another process that physically
creates the image and saves it to that directory prior to the html
display of that image uses the same virtual path.
David
*** Sent via Developersdex http://www.examnotes.net ***
Don't just participate in USENET...get rewarded for it!
Post Follow-up to this messageHard code the src attribute so it works..and look for the differences.
Jeff
"David" <daman@biteme.com> wrote in message
news:uARskJcvEHA.1452@TK2MSFTNGP11.phx.gbl...
> They are actually on the same physical server, if that helps. Also, I
> did a Server.MapPath("/test/imghold/") on both (other was
> /imaging/imghold/) and they both returned the same physical directory.
> Both web sites have the same virtual directory named /imghold and both
> point to the same physical directory. Another process that physically
> creates the image and saves it to that directory prior to the html
> display of that image uses the same virtual path.
>
> David
>
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
> Don't just participate in USENET...get rewarded for it!
Post Follow-up to this messageDo you mean hard coded with PHYSICAL path? e.g. D:\imghold\xyz.png ? David *** Sent via Developersdex http://www.examnotes.net *** Don't just participate in USENET...get rewarded for it!
Post Follow-up to this messageNo..src=test.jpg then src=/test/test.jpg src=test/test.jpg try a few things "David" <daman@biteme.com> wrote in message news:OD4cKrcvEHA.3376@TK2MSFTNGP12.phx.gbl... > Do you mean hard coded with PHYSICAL path? e.g. D:\imghold\xyz.png ? > > David > > > > *** Sent via Developersdex http://www.examnotes.net *** > Don't just participate in USENET...get rewarded for it!
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.