single sign on iis 7.5 multiple application pools

旧巷老猫 提交于 2019-12-13 21:30:35

问题


I have a webapp in two parts (website and webdav part). Both are running in a seperate application pool in IIS 7.5 due a different framework.

I want to use single sign on for both parts. For the first part (website) its running fine but for the webdav part single sign on doesn't work with a windows 7 client. When I try with application users (no single sign on), everything works fine for both parts.

Both application pools are running with the same service account.

I searched on the internet for a solution, but didn't find anything that worked. Does someone know how that I can solve this problem or got a manual to configure this?

Thanks


回答1:


http://www.codeproject.com/KB/aspnet/SingleSignon.aspx

http://www.codeproject.com/KB/web-security/aspnetsinglesignon.aspx

http://msdn.microsoft.com/en-us/library/ms972971.aspx



来源:https://stackoverflow.com/questions/6498767/single-sign-on-iis-7-5-multiple-application-pools

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