gpt4 book ai didi

c# - ASP.NET MVC 成员(member)提供者

转载 作者:太空宇宙 更新时间:2023-11-03 14:32:37 24 4
gpt4 key购买 nike

我有一个 MVC 网站,它在 IIS6 上运行。由于我无法访问网络服务器,因此我使用了 .aspx 扩展名(在 global.asax 中)。我有一个名为“Quiz”的 Controller ,它们的所有方法都标有 authAttribute。当用户未被授权时,它应该重定向到“/Account.aspx/Logon?ReturnUrl=Test.aspx”,但我得到一个错误的 url:“/Account/Logon?ReturnUrl=Test.aspx”。我该如何解决这个问题?

预先感谢您的帮助。

最佳答案

更改您的 Web.config:

<authentication mode="Forms">
<forms loginUrl="/Account.aspx/Login" />
</authentication>

关于c# - ASP.NET MVC 成员(member)提供者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2239922/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com