0

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.

Priyank Patel
  • 6,898
  • 11
  • 58
  • 88
  • @BizApps Martin's answer was the issue for me.Thanks. – Priyank Patel Aug 04 '12 at 09:23