Hello All,
Here is the scenario I'm trying to examine..
My company has a custom SharePoint site http://Mytechnet/ and it is load balanced on 3 web front servers, with each server being configured with unique DNS Names and IP's(mytechent1;mytechnet2;mytechnet3) . The problem I'm noticing is, when I try to access the SharePoint site directly on one of the web servers by overlooking the load balancer, the site is coming up but the style sheets aren not loading. I'm noticing 500 internal server errors for (.css. .js, .png, .jpg,.gif) files like below.
GEThttp://mytechnet1/Style%20Library/Scripts/functions.js 500 (Internal Server Error) (I'm using one of the node's site DNS name instead of root DNS)
Developers have mentioned relative url's in the master page instead of abssolute url's..
The style sheets are loading without an error when I map DNS names (http://Mytechnet1/;http://Mytechnet2/;http://Mytechnet3/) to different zones in the alternate access mapping. But it is not a proper way and we cant have more than 5 different zone's per web app. If the site is load balanced on more than 5 servers it would be a problem.
Is there a way to get this working?
Thank you..
Yashwanth Mannem