href a aspx page from a html page
I'm having trouble running my guest book application (.aspx) calling it from my html index page. Is there something different or weird about this?
<a href="guest/guestbook.aspx">Sign my guestbook</a>
This works fine on my machine, but as soon as I publish it to my web server and hit the link, it crashes.