.NET 2.0 Web App Authentication Failing: “The ticket supplied was invalid”

后端 未结 5 848
名媛妹妹
名媛妹妹 2021-01-23 19:18

I have a .NET 4.0 application with a 2.0 application as a child. The web applications are not in a multi-server environment; only one server is involved in serving these reques

5条回答
  •  梦毁少年i
    2021-01-23 20:04

    You must have the same framework on the 2 applications.

    httpRuntime targetFramework="4.5"

提交回复
热议问题