We have two intranet applications both hosted on the same domain, both hosted on IIS, both using Windows Authentication but hosted on DIFFERENT windows 2008 servers.
My goal is to have ASP.net web application A call the service B. I also want A to pass the logged-in user's authentication information to B.
One thing, I want to avoid Kerberos delegation, because of the hassle of setting it up and also the security concerns.
Can you please recommend me ways to achieve my goal?