single sign on iis 7.5 multiple application pools

2019-09-18 02:58发布

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