Hi all. I am using a pre-written JavaScript file that creates some pre-designed look and feel for an intranet site. The top bar navigation is determined by another file that is extensionless named "site_data" that has a certain schema that the .
js uses to created the buttons. So, in essence, I would manipulate this "site_data" file to have this prewritten JavaScript file create the number of buttons and the page title.
Now, I tested these files locally quite a bit and everything worked great. Once I sent the files up to the production server, however, the navigation fails to populate with the buttons.
I checked for differences between the IIS properties between my machine and the production server and the settings are identical (as far as I can tell), but the production server is IIS 6 whereas I am IIS 5.1 locally.
I troubleshot locally by removing this site_data file and reloaded the page locally and got the same results as what is happening on the production server. I have also run the page under Firebug and it sees this "site_data" file and can show the contents, but obviously the JavaScript file just fails to do anything with it. All of the other functions this JavaScript file does apparently work correctly because everything else is done correctly.
Now, obviously I am not looking for a complete solution, but I am looking for a good idea, hint and/or possible course of action to solve this problem. I admit to being a little more ignorant in this area than I care to be, but I'm starting to suspect this is more than just a simple mis-location problem or other nuanced problem.
I would provide code for example, but unfortunately I cannot display it since it is company code and I am unallowed to show it. So sorry about this.
I thank any and all help ahead of time.