I have written an server side hyperlink which will redirect to 'landing.aspx' page. Below is the code
<asp:HyperLink ID="HyperLinkLT1" runat="server" Text="Link Text" NavigateUrl="landing.aspx"></asp:HyperLink>
This is working fine in chrome. Now the problem is when I run the project in Firefox and click on the link, I am getting a popup which says error and them the page is redirected. Below is the screen shot.
Can someone help me to identify and clear the problem.