Why won't postbacks work on my domain root?
问题 I have a form on a masterpage which is very simple but will not work when the site is at the root. Works fine: www.mysite.com/page.aspx www.mysite.com/another/page.aspx Does not work: www.mysite.com I click the button and it postsback to www.mysite.com/default.aspx But nothing has executed, now if I try the form again on /default.aspx it will postback and execute fine. What am I doing wrong? 回答1: It sounds to me like the default page redirection is either accidentally (or intentionally)