Here is the code snippet I am working with:
<a href="~Home.aspx">
<img style="float:left;margin-left:1px;" src=~img/head/acasa.png
title="Acasa" />
</a>
However, whenever I try to start the project in Visual Studio, I get the following error message "Error 38 Cannot use a leading .. to exit above the top directory."
What could be causing this issue?
Note that this code is part of a control *ascx.