vote up 0 vote down star

Hi!

I got a asp.net portal lanching a 3.5 sp1 partial trust XBAP. The portal is running under Integrated Windows Authentication, but I'm unable to make the XBAP run under integrated auth.

The XBAP downloads, and lanches fine, but once a call a WS on the same server (different web site) I get a 401 error. If I set the WS to use anonymous auth, everthing works fine.

Debugging using fiddler hides the problem (I guess fiddler is running as a proxy under my account, therefore the WS call works when fiddler is running)

Any idea on what to do?

flag

1 Answer

vote up 0 vote down check

Found the problem, forgot to set the UseDefaultCredintials=true; on the proxy

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.