I found my issue after seeing a similar occcurrance on the asp.net website.
I had modified that asp starter kit charting tool, but did not catch the code
that only returned images for authenticated users. Thanks anyway for the
help!
Tim
"Tom Kaminski [MVP]" wrote:
> > I have an asp.net application that generates dynamic images (charts).
> When I
> > run the application in debug mode from visual studio, or refer to the url
> > with localhost in the name, everything works fine. When I try to access
> the
> > site with the full machine name (not using localhost), or from another
> > machine, the dynamic images only appear as red x's. I've searched the
> > groups, but can't find anything that seams to relate. I am assuming this
> is
> > some sort of security setting, which I have messed around with in IIS as
> > well. Any help would be greatly appreciated!
>
> When you view source from IE - are the image src paths formed correctly?
>
>
> >> Stay informed about: Problems with dynamically created images rendering on non ..