G
Guest
I am unable to configure the addressing for images so that I can see them in
a) the VS 2003 IDE, b) the site as hosted on my local machine, and c) the
site as hosted in production.
As an example, I have an <asp:image...> on the same page as an <IMG...>.
Both controls are specified to display the same image file. However, in
order to see both render image at the same in development, I need to address
one as ../ and the other as ./
I am also using a User Control that is accessed by pages in a top directory
and a lower directory.
As you can probably imagine, this is driving me nuts, and any help would be
much appreciated.
Jeb
a) the VS 2003 IDE, b) the site as hosted on my local machine, and c) the
site as hosted in production.
As an example, I have an <asp:image...> on the same page as an <IMG...>.
Both controls are specified to display the same image file. However, in
order to see both render image at the same in development, I need to address
one as ../ and the other as ./
I am also using a User Control that is accessed by pages in a top directory
and a lower directory.
As you can probably imagine, this is driving me nuts, and any help would be
much appreciated.
Jeb