I have some links in my application ,lets say:
<a href="~/Account/Examples/fio.aspx">
When I lunch it via localhost by localnetwork, i can only asses my page this way:
http://localhost/site/Account/Examples/fio.aspx
That is very unconvient , because i have so many links to improve. What is the solution? I saw the same topics as mine but couldn't solve the problem.