|
Home > Archive > IIS Server > September 2005 > OWC Charts can't load
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
OWC Charts can't load
|
|
| mitkip@yahoo.fr 2005-09-27, 7:58 am |
| Hi,
We work on a sharepoint portal. We've developed some pages which can
display charts. These charts are in fact <img> tags with 'src'
attribute pointing on aspx pages which render 'image/gif' content type
and generate charts with owc (uh...I don't think it's so clear, but if
questions ask me ;) my english is not so well).
The problem is that at the morning when we first load our pages, IIS
doesn't want to return the images from the <img> tags. So the browser
keep waiting and charts don't load... We took a look at the server and
the cpu don't seem to be overloaded (only running at 5-6 %), so we
can't see from where our problem could come.
Thanks for any help
Julien
| |
| Sparky Polastri 2005-09-27, 5:55 pm |
|
<mitkip@yahoo.fr> wrote in message
news:1127808721.736975.157280@g43g2000cwa.googlegroups.com...
> Hi,
>
> We work on a sharepoint portal. We've developed some pages which can
> display charts. These charts are in fact <img> tags with 'src'
> attribute pointing on aspx pages which render 'image/gif' content type
> and generate charts with owc (uh...I don't think it's so clear, but if
> questions ask me ;) my english is not so well).
>
> The problem is that at the morning when we first load our pages, IIS
> doesn't want to return the images from the <img> tags. So the browser
> keep waiting and charts don't load... We took a look at the server and
> the cpu don't seem to be overloaded (only running at 5-6 %), so we
> can't see from where our problem could come.
>
> Thanks for any help
>
> Julien
>
Don't use the SRC tag to call an aspx file. Use an include or inline frame.
|
|
|
|
|