摘要:
WebPart运行时右上角的最大化,最小化,关闭按钮没有出现的解决办法:1)在web.config文件中把<authentication>的mode 改成“Windows”验证。2)在Login.aspx的Button_Click事件中加上 FormsAuthentication.RedirectFromLoginPage("用户名",false); Response.Redirect("自己定义的webPart页面"); (Login.aspx,如何你没有定义Login.aspx页面,它会在你的项目的Account文件夹里有。 阅读全文
posted @ 2011-05-17 14:28
xuebingz
阅读(301)
评论(1)
推荐(0)