Internet Information ServicesLimit this to IIS questions and posts. ASP/ASP.NET questions should still go in the ASP/ASP.NET forums.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Internet Information Services section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have 2 domains (a.contoso.com and b.contoso.com) in 2 different domain controllers (DCA and DCB) with a trust relationship between them.
In the DCB is running a web application under IIS 6 with windows auhtentication and integrated windows authentication. This application is responsible for updating an AD property in the domain a.contoso.com in DCA. When the code runs I get an error because the credential that is being sent to AD in DCA is DCB$ (computer account) instead of the account of the logged user.
Anyone has an ideia of what is happening or how can I solve this issue?