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.
The problem could be caused by the DepositInterest.aspx page that you are navigating to. Are there any javascript/CSS files liked on that page or in the master page? If so you might want to check out that they are linked correctly.
Cannot use a leading .. to exit above the top directory
http://forums.asp.net/t/1019849.aspx