我已经从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'不存在。”