H
Holly Li
Hi,
I have an aspx page that has an image button on it.
The image url of this button is another aspx page that
output an image.
<asp:imagebutton id="ibtnMap" runat="server"
ImageUrl="ImageOutput.aspx"></asp:imagebutton></TD>
The page works fine on all our dev boxes but doesn't work
on the staging and production boxes that are out of our
developer's control. The button has a broken image icon
on it.
To rule out problem one by one, does someone know that if
there is a config issue that could prevent the second
aspx page ("ImageOutput.aspx")to be called?
Thanks
Holly Li
I have an aspx page that has an image button on it.
The image url of this button is another aspx page that
output an image.
<asp:imagebutton id="ibtnMap" runat="server"
ImageUrl="ImageOutput.aspx"></asp:imagebutton></TD>
The page works fine on all our dev boxes but doesn't work
on the staging and production boxes that are out of our
developer's control. The button has a broken image icon
on it.
To rule out problem one by one, does someone know that if
there is a config issue that could prevent the second
aspx page ("ImageOutput.aspx")to be called?
Thanks
Holly Li