1

是否可以使用没有 returnurl 的登录控件?

    <asp:Login ID="Login1" runat="server"  
PasswordRecoveryUrl="PaswRecovery" 
DestinationPageUrl="~/Home" 
EnableViewState="False" 
                OnLoggedIn="Login1_LoggedIn">

    </asp:Login>

这是网址的图片:

在此处输入图像描述

谁能帮我解决这个问题?

4

1 回答 1

0

That's an in-built feature of the .NET framework. I'm not sure how you work around that, as most likely that's a module within the ASP.NET framework controlling that. What you should be able to do is ignore it, and handle the redirection in the LoggingIn or LoggedIn event to go wherever you want to...

于 2013-05-06T14:57:11.337 回答