"Logging" ASP 4/5 Authentication Authentication Invalid

Source: Internet
Author: User

Original: "Logging" ASP. 4/5 Authentication Authentication Invalid

When an ASP. NET MVC 4/5 application is published, it encounters a problem that authentication in this application is possible, but cannot be shared with other "two level domain names", authentication in other applications, cannot be shared with this application, sample code:

System.Web.Security.FormsAuthentication.SetAuthCookie("蟋蟀", true);

The Webconfig configuration is as follows:

<system.web>    <pages validateRequest="false"></pages>    <authentication mode="Forms">        <forms name=".DottextCookie" domain=".test.com" loginUrl="~/Account/Login" protection="All" />    </authentication>    <compilation debug="true" targetFramework="4.5.1" />    

Comparison of "Wonderful" solution is: the HttpRuntime node in the "targetframework=" 4.5.1 "" to remove the good, httpruntime.targetframework Attribute reference: System.web.httpruntime.targetframework, the feeling should be the framework version of the application and the server framework version of the inconsistency caused by, as for the specific reasons, not yet know!

"Logging" ASP 4/5 Authentication Authentication Invalid

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.