MVC登录后跳转出问题我制作了一个网站,老是在浏览器地址栏出现http://localhost:1071/Home/Mainshow?ReturnUrl=%2fHome%2fMainshow,而无法正常显示网页。[解决办法]最普通的登录FormsAuthentication.SetAuthCookie(UserName, false);注销FormsAuthentication.SignOut();