Silverlight 4 - 401.2 Answer with Windows Auth

I have a custom SL4 application that does not work in a test environment. The application is configured using Windows Auth, and the application pool is the domain (service) account.

This worked as a customized and then something environmental change, and now the site does not use Windows credentials automatically through IIS8. I get a request (401.1) for loans. After 3 failures, I get 401.2. I am not sure if this is related to Kerberos. or if it is in my web.config.

Does anyone have any ideas?

+3
source share
1 answer

Answering my own question:

In this article I went in the right direction

http://support.microsoft.com/kb/907273

, IIS, RIA. , RIA, , IIS auth.

0

All Articles