Hi
It seems that displaying images with an <img>-tag outside the ASP.NET application directory is not allowed. ex: <img src="../../../../images/gif.gif">
The folder with the images can be anywhere on the server.
I guess that i can change the securety setings for ither IIS or the .NET framework but i dont realy want that.
How do I solve this in a simpla and(?) flexible way?
Thanks!
/Christer