画面上几个imgbutton,跳转事件里设置跳转页面
 protected void imgProgram_Click(object sender, ImageClickEventArgs e)
   {
            Response.Redirect("~/pages/Itoy/Programs.aspx?action=Programs");
           
   }
debug的状态下跳转的很流畅很迅速,可是发布以后运行点了按钮就半天没有反应,为什么呀?
和路径有关系吗?