Forum Moderators: open
If your site is:
[example.com...]
Then a link within your site to take someone back to the home page should be:
<a href='/'>Home</a>
and not:
<a href='default.asp'>Home</a>
If you do not reference "default.asp" at all within your HTML then it could never be picked up by a search engine or appear in the users address bar.