I am using ASP.NET/C#
.
In my menu I have this li
item
<li><a href="/Deposits/DepositsInterest.aspx">Update Deposit Interest</a></li>
But when I try to click on the a
tag it just gives me this error
Cannot use a leading .. to exit above the top directory.
Can anyone just point me as to what might be missing here?
Any suggestions are welcome.