When I use localhost the navigate url is working but when I am using the ip address of the machine the page not found is showing
The code is following
<asp:HyperLink ID="LoginLogout" runat="server"></asp:HyperLink>
LoginLogout.NavigateUrl = "login.aspx"
LoginLogout.Text = "Login"
1) use this IP address >try with 127.0.0.1
or 2) In IIS (I am using IIS 7) under “IP address and domain Restrictions” Add your IP adress. I hope that will help