将aspx迁移到mvc问题

时间:2017-08-10 03:04:21

标签: asp.net asp.net-mvc razor form-authentication

我已经从aspx页面mvc迁移到mvc razor。

我正在使用从父域验证的表单身份验证。 Forms Authentication across Sub-Domains

<forms name=".auth" 
             loginUrl="http://external.com/Login/Login_form.aspx" 
             defaultUrl="~/Home/Index"
             domain="external.com" protection="All" timeout="30" path="/" 
             requireSSL="false" slidingExpiration="true" cookieless="externalProfile"/>

在对用户进行身份验证后,我正在重定向用户。 我已缓存应用程序错误并检查,重定向不起作用。

它总是重定向到我的项目中没有的 default.aspx “文件'/Views/Shared/Site.Master'不存在。”

0 个答案:

没有答案