cnjcombo
12-03-2006, 01:28 AM
Currently I am doing clean up on my code and I would like to have my imageUrl's resort back to aliases in the web.config:
For example:
<asp: Image ID="imgHeader" RunAt="server" ImageUrl="imgHeaderPath" />
The imgHeader path would be assigned in the web.config.
What would the structure for that be in the web.config?
For example:
<asp: Image ID="imgHeader" RunAt="server" ImageUrl="imgHeaderPath" />
The imgHeader path would be assigned in the web.config.
What would the structure for that be in the web.config?