I have a form on the main page that is very simple, but will not work if the site is at the root.
Works great:
www.mysite.com/page.aspxwww.mysite.com/another/page.aspx
www.mysite.com/page.aspx
www.mysite.com/another/page.aspx
Does not work:
www.mysite.com
I press a button and it returns a message
www.mysite.com/default.aspx
But nothing happened, now if I try the form on /default.aspx again, it will return back and do a fine.
What am I doing wrong?
Thanks for the answer, I just figured it out!
I use isapi to make sure my URLs are all lowercase and 301 redirect any uppercase URL to their equivalent lowercase version.
postback - Default.aspx... My script default.aspx , . DOH!
, ( ) . , .
, , - URL rewriting. , , . !
Do you have Index.aspx at the root of your site?