Thanks for the quick reply, but sorry I wasn't more specific... I was trying to abbreviate above. The farm is not called {farm} - it's called crmdev1. I just re-installed ARR on the sever, DSV000 (beyond the defaults, I just picked IIS components that seem to make sense: management, .net, logging and tracing, basic auth).
I created a new farm: CRMDev1 with one server, SRV008. If you go to http://srv008, it will automatically load the CRM interface. Additionally, I've created test.txt on that server which just contains the text: "This is a test" (http://srv008/test.txt loads fine).
During the last build, trace logging didn't report anything useful and a network capture didn't show any traffic from DSV000 to SRV008. This time, however, trace logging shows: 401 Unauthorized; and netmon shows traffic!
I'm running all my tests as an administrator on all systems involved (and an sysadmin within CRM). The default website on DSV000 is set with Anonymous Auth (but I tried enabling Basic for fun, no change). SRV008 is set with Integrated.
I'm guessing I randomly chose the right IIS components with this install (still would like to see a list tho'). But now I'm running into a security problem. http://srv008/test.txt loads fine, http://dsv000/test.txt reports unauthorized. Do I need to enable Windows Auth on DSV000... or better yet, how can I enable pass-thru auth.
Thanks. -B