子域中的 OWIN 身份验证

OWIN Authentication in subdomains

过去 1 天,我尝试使用虚拟目录从我的主项目访问一个简单的基于 RDLC 的项目。

但这显示错误,

在这里,我不想将<add key="owin:AutomaticAppStartup" value="true" />标记为false。我该如何解决这个问题?

Sharing authentication between two web applications

我在 appSettings 下为我的子应用程序添加了一个单独的 owin:AppStartup 值,如下所示:

<add key="owin:AppStartup" value="SampleReport.Startup,SampleReport"/> 这使得此应用程序可以在我的父应用程序下访问。