Shared Forms Auth cookie not working on subdomain

夙愿已清 提交于 2019-12-08 03:27:28

The problem was caused because the http runtime version was set differently in the web config for the project that the sub domain points to. I removed the line:

<httpRuntime targetFramework="4.5.1" />

from the web config and that did the job

Try removing the leading . in your domain setting for Forms authentication:

domain="foo.com"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!