One of my clients wants to have his default.aspx page hidden to the world. I can certainly use isapi_rewrite to redirect [
thesite.com...] to [
thesite.com...] but when I do that I break all the active form elements on the page such as the search box and others.
The reason is that these elements obviously post back to the default.aspx page and if I have the rewrite rule activated then it can't resolve. Any ideas?