I am developing an application on my win XP box. I use visual web dev to run the app interactively but I have also set it up on IIS for testing from another machine on my network. This all worked perfectly until...
Microsoft had a high priority update in the form of IE8 and after the update failed to reboot. After a silly amount to tinkering and tweaking, the eventual solution was a repair install of XP.
So back to the present day and the site continues to run fine interactively (in VWD's built-in web server) but in IIS (via localhost on this machine, IP or hostname from the test machine) the site loads, ASP works, CSS is fine, but javascript does not load. When I inspect with Firebug, the script references return a 403.2, forbidden access.
Checked the permissions, everything looks fine and dandy. The same as the root and every other folder, anyway. IIS has script execution & read on the directory.
I can still develop locally and everything works fine on the server, so this is not an absolute must fix, but it sure bugs the heck out of me.