I am currently chinese copying a web site from apache to IIS 4.0 (Goodness knows why, but it's policy apparently).
I use an image retrieval script on the apache server (sun sparc) which pulls a png image off a remote oracle database and displays it on the web page. This works fine on apache, but when I run the same script on IIS 4.0, all I get is a broken picture icon.
I know that the full file is being downloaded, as I have modified the script to save to a file (which will also not display on IIS, although if I copy it to the apache machine it displays fine).
Is there some sort of problem on IIS about displaying a datastream as a png image ?
Any help appreciated.
Iain Alexander
I use an image retrieval script on the apache server (sun sparc) which pulls a png image off a remote oracle database and displays it on the web page. This works fine on apache, but when I run the same script on IIS 4.0, all I get is a broken picture icon.
I know that the full file is being downloaded, as I have modified the script to save to a file (which will also not display on IIS, although if I copy it to the apache machine it displays fine).
Is there some sort of problem on IIS about displaying a datastream as a png image ?
Any help appreciated.
Iain Alexander