Hi.
I have a Windows 2003 server running IIS 6.0. I have multiple web based applications running on the server and two fail to work properly following a reboot. I have narrowed the symptoms to javascript not running when pulled from a directory off the root web site called 'Scripts'. To test this I created a new web site, created two sub directories with javascript files in them and created a htm file on the root. Two buttons, one to call a script from the 'Scripts' directory, the other calls the same script (different function name) from another directory. The 2nd script runs fine (just an alert("test"), the 1st script fails with a 404 error. A further test shows that even if I put an html file in that script directory I get a 404 e.g. http://<server>/Scripts/test.htm.
Any help or a pointer in the right direction would be much appreciated.