Problems with dynamically created images rendering on non-localhos

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim

    Problems with dynamically created images rendering on non-localhos

    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!

  • thorpe

    #2
    Re: Problems with dynamically created images rendering on non-localhos

    this has nothing to do with asp. try an iis group.

    "Tim" <Tim@discussion s.microsoft.com > wrote in message
    news:678CAD43-6ABA-414B-A968-6436829742BA@mi crosoft.com...[color=blue]
    >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!
    >[/color]


    Comment

    • Tom B

      #3
      Re: Problems with dynamically created images rendering on non-localhos

      this has nothing to do with iis try an aspdotnet group.

      Check the source of the html being output --> see what the src of the
      pictures is.


      "thorpe" <thorpe@notthor pesystems.com> wrote in message
      news:41ad0cd5$1 @dnews.tpgi.com .au...[color=blue]
      > this has nothing to do with asp. try an iis group.
      >
      > "Tim" <Tim@discussion s.microsoft.com > wrote in message
      > news:678CAD43-6ABA-414B-A968-6436829742BA@mi crosoft.com...[color=green]
      > >I have an asp.net application that generates dynamic images (charts).[/color][/color]
      When[color=blue][color=green]
      > >I
      > > run the application in debug mode from visual studio, or refer to the[/color][/color]
      url[color=blue][color=green]
      > > 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[/color][/color]
      this[color=blue][color=green]
      > > is
      > > some sort of security setting, which I have messed around with in IIS as
      > > well. Any help would be greatly appreciated!
      > >[/color]
      >
      >[/color]


      Comment

      Working...