My setup includes 2 Windows 2008 R2 x64 servers with NLB, ARR, and shared configuration. The application files are stored in a network share. While ASP.net pages (.aspx) load properly, the CSS, images, and JS do not display. Oddly enough, a .htm file shows the CSS and images just fine.
Upon inspecting the IIS log, I found a 401.3 message. It appears to be a permissions issue, but I'm unsure of what else needs to be configured permission-wise.
I came across similar issues at:
MVC + IIS7 = CSS Issue
Despite trying the suggested solutions, none seem to resolve the issue (unless I overlooked something). Any guidance would be greatly appreciated!